|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.263 2002/05/05 00:03:28 tgl Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.264 2002/05/10 20:22:13 tgl Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * this is the "main" module of the postgres backend and
|
@@ -729,9 +729,7 @@ pg_exec_query_string(StringInfo query_string,/* string to execute */
|
729 | 729 | /*
|
730 | 730 | * process utility functions (create, destroy, etc..)
|
731 | 731 | */
|
732 |
| -if (Debug_print_query) |
733 |
| -elog(LOG,"ProcessUtility: %s",query_string->data); |
734 |
| -elseelog(DEBUG2,"ProcessUtility"); |
| 732 | +elog(DEBUG2,"ProcessUtility"); |
735 | 733 |
|
736 | 734 | if (querytree->originalQuery)
|
737 | 735 | {
|
@@ -1693,7 +1691,7 @@ PostgresMain(int argc, char *argv[], const char *username)
|
1693 | 1691 | if (!IsUnderPostmaster)
|
1694 | 1692 | {
|
1695 | 1693 | puts("\nPOSTGRES backend interactive interface ");
|
1696 |
| -puts("$Revision: 1.263 $ $Date: 2002/05/05 00:03:28 $\n"); |
| 1694 | +puts("$Revision: 1.264 $ $Date: 2002/05/10 20:22:13 $\n"); |
1697 | 1695 | }
|
1698 | 1696 |
|
1699 | 1697 | /*
|
|