Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
zhuqx-fnst authored and Josh Kupershmidt committed Dec 2, 2021
1 parent 3c2f3c2 commit ddd5f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pg_repack.sql.in
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ WHERE
$$
LANGUAGE sql STABLE STRICT;

-- Get a comma-separated storage paramter for the table including
-- paramters for the corresponding TOAST table.
-- Get a comma-separated storage parameter for the table including
-- parameters for the corresponding TOAST table.
-- Note that since oid setting is always not NULL, this function
-- never returns NULL
CREATE FUNCTION repack.get_storage_param(oid)
Expand Down

0 comments on commit ddd5f14

Please # to comment.