diff options
| author | Bruce Momjian | 2002-11-15 01:40:20 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-11-15 01:40:20 +0000 |
| commit | aead49667ba2f716d18256cbee65e3e66ff5c7f0 (patch) | |
| tree | 9ea66b877cdc23e4187ce2bf39da2687ecd76f71 /src/include/tcop | |
| parent | 559b6c7ced676bcfed43ec92c1797f398fa731cd (diff) | |
Rename show_source_port to log_source_port.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/tcopprot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index f4ba67b3be0..c02b65c55ce 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.51 2002/10/21 18:57:35 petere Exp $ + * $Id: tcopprot.h,v 1.52 2002/11/15 01:40:20 momjian Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -31,7 +31,7 @@ extern bool Warn_restart_ready; extern bool InError; extern CommandDest whereToSendOutput; extern bool HostnameLookup; -extern bool ShowPortNumber; +extern bool LogSourcePort; extern DLLIMPORT char* debug_query_string; #ifndef BOOTSTRAP_INCLUDE |
