1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +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

@@ -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