1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Rename hostname_lookup to log_hostname.

This commit is contained in:
Bruce Momjian
2002-11-15 01:57:28 +00:00
parent aead49667b
commit c948a3f4b8
5 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@
* command, configuration file, and command line options.
* See src/backend/utils/misc/README for more information.
*
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.104 2002/11/15 01:40:19 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.105 2002/11/15 01:57:27 momjian Exp $
*
* Copyright 2000 by PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
@ -476,7 +476,7 @@ static struct config_bool
#endif
{
{"hostname_lookup", PGC_SIGHUP}, &HostnameLookup,
{"log_hostname", PGC_SIGHUP}, &log_hostname,
false, NULL, NULL
},
{