Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a0d8947

Browse files
committed
psql: Add C comment about gset_prefix being freed later
1 parent 1c5143a commit a0d8947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/psql/command.c

+1
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ exec_command(const char *cmd,
764764
/* we must set a non-NULL prefix to trigger storing */
765765
pset.gset_prefix = pg_strdup("");
766766
}
767+
/* gset_prefix is freed later */
767768
status = PSQL_CMD_SEND;
768769
}
769770

0 commit comments

Comments
 (0)