Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4c2967

Browse files
committed
Clarify comment.
1 parent fb5e61f commit e4c2967

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/tcop/postgres.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -569,7 +569,7 @@ pg_exec_query_string(StringInfo query_string, /* string to execute */
569569
debug_query_string = query_string->data;
570570

571571
/*
572-
* We use save_Log_duration so setting Log_duration to true doesn't
572+
* We use save_Log_duration so "SET Log_duration = true" doesn't
573573
* report incorrect time because gettimeofday() wasn't called.
574574
*/
575575
if (save_Log_duration)
@@ -1701,7 +1701,7 @@ PostgresMain(int argc, char *argv[], const char *username)
17011701
if (!IsUnderPostmaster)
17021702
{
17031703
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");
17051705
}
17061706

17071707
/*

0 commit comments

Comments
 (0)