mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Update comment associated with 'debug_query_string'.
This commit is contained in:
parent
678e597ee3
commit
8faffe6a52
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.564 2009/01/01 17:23:48 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.565 2009/01/07 19:35:43 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* this is the "main" module of the postgres backend and
|
||||
@ -79,7 +79,7 @@ extern char *optarg;
|
||||
* global variables
|
||||
* ----------------
|
||||
*/
|
||||
const char *debug_query_string; /* for pgmonitor and log_min_error_statement */
|
||||
const char *debug_query_string; /* client-supplied query string */
|
||||
|
||||
/* Note: whereToSendOutput is initialized for the bootstrap/standalone case */
|
||||
CommandDest whereToSendOutput = DestDebug;
|
||||
|
Loading…
Reference in New Issue
Block a user