|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * 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 $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * this is the "main" module of the postgres backend and
|
@@ -79,7 +79,7 @@ extern char *optarg;
|
79 | 79 | *global variables
|
80 | 80 | * ----------------
|
81 | 81 | */
|
82 |
| -constchar*debug_query_string;/*for pgmonitor and log_min_error_statement */ |
| 82 | +constchar*debug_query_string;/*client-supplied query string */ |
83 | 83 |
|
84 | 84 | /* Note: whereToSendOutput is initialized for the bootstrap/standalone case */
|
85 | 85 | CommandDestwhereToSendOutput=DestDebug;
|
|