diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-11-15 01:57:28 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-11-15 01:57:28 +0000 |
| commit | c948a3f4b81788283e7a31f5056baa9cac7b3024 (patch) | |
| tree | 8995981bf5c7395fd3146e7c00ae91c101510e67 /src/include/tcop | |
| parent | aead49667ba2f716d18256cbee65e3e66ff5c7f0 (diff) | |
| download | postgresql-c948a3f4b81788283e7a31f5056baa9cac7b3024.tar.gz | |
Rename hostname_lookup to log_hostname.
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 c02b65c55c..3ac7dac96a 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.52 2002/11/15 01:40:20 momjian Exp $ + * $Id: tcopprot.h,v 1.53 2002/11/15 01:57:28 momjian Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -30,7 +30,7 @@ extern DLLIMPORT sigjmp_buf Warn_restart; extern bool Warn_restart_ready; extern bool InError; extern CommandDest whereToSendOutput; -extern bool HostnameLookup; +extern bool log_hostname; extern bool LogSourcePort; extern DLLIMPORT char* debug_query_string; |
