diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
| -rw-r--r-- | src/backend/tcop/postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index abb682686dc..ef59e78fbdd 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.393 2004/02/21 06:29:58 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.394 2004/03/09 04:43:07 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -3198,7 +3198,7 @@ ShowUsage(const char *title) static void log_disconnections(int code, Datum arg) { - Port * port = MyProcPort; + Port *port = MyProcPort; struct timeval end; int hours, minutes, seconds; |
