From 7dc6a085df2ed0f365a7336fe9d172546ec65c2b Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Sat, 5 Nov 2022 13:29:44 +0100 Subject: [PATCH 11/15] review comments --- src/bin/pg_dump/pg_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 85ec940fd06..04f6e705651 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -4873,7 +4873,7 @@ getVariables(Archive *fout) /* * dumpVariable - * dump the definition of the given variables + * dump the definition of the given session variable */ static void dumpVariable(Archive *fout, const VariableInfo *varinfo) -- 2.38.1