projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15060c
)
Update comment associated with 'debug_query_string'.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 7 Jan 2009 19:35:43 +0000
(19:35 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 7 Jan 2009 19:35:43 +0000
(19:35 +0000)
src/backend/tcop/postgres.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/postgres.c
b/src/backend/tcop/postgres.c
index 987b807832f1f26485af124620f88f72255ea2fa..3781b55be899c6d65c786ec0e727b14417a1ad4a 100644
(file)
--- 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;