1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Rename show_source_port to log_source_port.

This commit is contained in:
Bruce Momjian
2002-11-15 01:40:20 +00:00
parent 559b6c7ced
commit aead49667b
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.103 2002/11/15 01:26:09 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.104 2002/11/15 01:40:19 momjian Exp $
*
* Copyright 2000 by PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
@@ -480,7 +480,7 @@ static struct config_bool
false, NULL, NULL
},
{
{"show_source_port", PGC_SIGHUP}, &ShowPortNumber,
{"log_source_port", PGC_SIGHUP}, &LogSourcePort,
false, NULL, NULL
},

View File

@@ -35,7 +35,6 @@
#port = 5432
#hostname_lookup = false
#show_source_port = false
#unix_socket_directory = ''
#unix_socket_group = ''
@@ -122,6 +121,7 @@
#silent_mode = false
#log_connections = false
#log_source_port = false
#log_pid = false
#log_statement = false
#log_duration = false