|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.297 2002/09/27 03:59:00 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.298 2002/10/06 03:56:03 momjian Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * this is the "main" module of the postgres backend and
|
@@ -569,7 +569,7 @@ pg_exec_query_string(StringInfo query_string,/* string to execute */
|
569 | 569 | debug_query_string=query_string->data;
|
570 | 570 |
|
571 | 571 | /*
|
572 |
| - * We use save_Log_duration sosetting Log_durationto true doesn't |
| 572 | + * We use save_Log_duration so"SET Log_duration= true" doesn't |
573 | 573 | * report incorrect time because gettimeofday() wasn't called.
|
574 | 574 | */
|
575 | 575 | if (save_Log_duration)
|
@@ -1701,7 +1701,7 @@ PostgresMain(int argc, char *argv[], const char *username)
|
1701 | 1701 | if (!IsUnderPostmaster)
|
1702 | 1702 | {
|
1703 | 1703 | puts("\nPOSTGRES backend interactive interface ");
|
1704 |
| -puts("$Revision: 1.297 $ $Date: 2002/09/27 03:59:00 $\n"); |
| 1704 | +puts("$Revision: 1.298 $ $Date: 2002/10/06 03:56:03 $\n"); |
1705 | 1705 | }
|
1706 | 1706 |
|
1707 | 1707 | /*
|
|