summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2009-01-07 19:35:43 +0000
committerBruce Momjian2009-01-07 19:35:43 +0000
commit9ea24d2e537248998b1d77ae7f88d37bf0377517 (patch)
tree4bc9b5c7a608381f5828d59499f553689e60ac64
parente15060ce743f93dfd99dd1f20af4346add56da67 (diff)
Update comment associated with 'debug_query_string'.
-rw-r--r--src/backend/tcop/postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c
index 987b807832..3781b55be8 100644
--- a/src/backend/tcop/postgres.c
+++ b/src/backend/tcop/postgres.c
@@ -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;