mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
psql: Add C comment about gset_prefix being freed later
This commit is contained in:
parent
1c5143a0b5
commit
a0d8947acb
@ -764,6 +764,7 @@ exec_command(const char *cmd,
|
|||||||
/* we must set a non-NULL prefix to trigger storing */
|
/* we must set a non-NULL prefix to trigger storing */
|
||||||
pset.gset_prefix = pg_strdup("");
|
pset.gset_prefix = pg_strdup("");
|
||||||
}
|
}
|
||||||
|
/* gset_prefix is freed later */
|
||||||
status = PSQL_CMD_SEND;
|
status = PSQL_CMD_SEND;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user