aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-10-06 03:56:03 +0000
committerBruce Momjian <bruce@momjian.us>2002-10-06 03:56:03 +0000
commite4c2967edb09cd2c9918a2ef9c5ee636ef40cb52 (patch)
tree5d48448040008b31f552a95b748a106b8fb70c23 /src/backend/tcop/postgres.c
parentfb5e61fd2d95aea29c7b88f434eba0e5e7d410d1 (diff)
downloadpostgresql-e4c2967edb09cd2c9918a2ef9c5ee636ef40cb52.tar.gz
postgresql-e4c2967edb09cd2c9918a2ef9c5ee636ef40cb52.zip
Clarify comment.
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r--src/backend/tcop/postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c
index acda7a9260a..2a78e38fe0c 100644
--- a/src/backend/tcop/postgres.c
+++ b/src/backend/tcop/postgres.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.297 2002/09/27 03:59:00 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.298 2002/10/06 03:56:03 momjian Exp $
*
* NOTES
* this is the "main" module of the postgres backend and
@@ -569,7 +569,7 @@ pg_exec_query_string(StringInfo query_string, /* string to execute */
debug_query_string = query_string->data;
/*
- * We use save_Log_duration so setting Log_duration to true doesn't
+ * We use save_Log_duration so "SET Log_duration = true" doesn't
* report incorrect time because gettimeofday() wasn't called.
*/
if (save_Log_duration)
@@ -1701,7 +1701,7 @@ PostgresMain(int argc, char *argv[], const char *username)
if (!IsUnderPostmaster)
{
puts("\nPOSTGRES backend interactive interface ");
- puts("$Revision: 1.297 $ $Date: 2002/09/27 03:59:00 $\n");
+ puts("$Revision: 1.298 $ $Date: 2002/10/06 03:56:03 $\n");
}
/*