diff options
Diffstat (limited to 'src/include/tcop/tcopprot.h')
-rw-r--r-- | src/include/tcop/tcopprot.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index 29a9e953651..20c84dd9252 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.61 2003/11/29 22:41:14 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.62 2004/03/15 15:56:27 momjian Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -30,7 +30,6 @@ extern bool Warn_restart_ready; extern bool InError; extern CommandDest whereToSendOutput; extern bool log_hostname; -extern bool LogSourcePort; extern DLLIMPORT const char *debug_query_string; extern char *rendezvous_name; |