Update comment associated with 'debug_query_string'.
authorBruce Momjian <bruce@momjian.us>
Wed, 7 Jan 2009 19:35:43 +0000 (19:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 7 Jan 2009 19:35:43 +0000 (19:35 +0000)
src/backend/tcop/postgres.c

index 987b807832f1f26485af124620f88f72255ea2fa..3781b55be899c6d65c786ec0e727b14417a1ad4a 100644 (file)
@@ -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;