diff options
author | Bruce Momjian | 2009-01-07 19:35:43 +0000 |
---|---|---|
committer | Bruce Momjian | 2009-01-07 19:35:43 +0000 |
commit | 9ea24d2e537248998b1d77ae7f88d37bf0377517 (patch) | |
tree | 4bc9b5c7a608381f5828d59499f553689e60ac64 /src/backend/tcop/postgres.c | |
parent | e15060ce743f93dfd99dd1f20af4346add56da67 (diff) |
Update comment associated with 'debug_query_string'.
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 2 |
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; |