From ddd5f1439c3e0221fb0c4a251aaf08687e08c3ed Mon Sep 17 00:00:00 2001 From: zhuqx-fnst <94515051+zhuqx-fnst@users.noreply.github.com> Date: Thu, 2 Dec 2021 15:18:22 +0800 Subject: [PATCH] Fix typo Fix typo --- lib/pg_repack.sql.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pg_repack.sql.in b/lib/pg_repack.sql.in index 23305dba..ea45b4f7 100644 --- a/lib/pg_repack.sql.in +++ b/lib/pg_repack.sql.in @@ -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)