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

Commit 8faffe6

Browse files
committed
Update comment associated with 'debug_query_string'.
1 parent 678e597 commit 8faffe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/tcop/postgres.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.564 2009/01/01 17:23:48 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.565 2009/01/07 19:35:43 momjian Exp $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -79,7 +79,7 @@ extern char *optarg;
7979
* global variables
8080
* ----------------
8181
*/
82-
const char *debug_query_string; /* for pgmonitor and log_min_error_statement */
82+
const char *debug_query_string; /* client-supplied query string */
8383

8484
/* Note: whereToSendOutput is initialized for the bootstrap/standalone case */
8585
CommandDest whereToSendOutput = DestDebug;

0 commit comments

Comments
 (0)