From: Bruce Momjian Date: Sat, 15 Feb 2014 05:09:24 +0000 (-0500) Subject: psql: Add C comment about gset_prefix being freed later X-Git-Tag: REL9_4_BETA1~475 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0d8947acb8b4300cc771b0d5a2f53e4e5148a40;p=thirdparty%2Fpostgresql.git psql: Add C comment about gset_prefix being freed later --- diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 764534a3ae0..6a963b5d6fc 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -764,6 +764,7 @@ exec_command(const char *cmd, /* we must set a non-NULL prefix to trigger storing */ pset.gset_prefix = pg_strdup(""); } + /* gset_prefix is freed later */ status = PSQL_CMD_SEND; }