pgsql: Make GUC variables for syslog and SSL always visible

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make GUC variables for syslog and SSL always visible
Date: 2010-12-18 16:12:12
Message-ID: E1PTzOG-0005GU-5i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make GUC variables for syslog and SSL always visible

Make the variables visible (but not used) even when
support is not compiled in.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4754dbf4c3f857a496b0d29af74786c73d1a8401

Modified Files
--------------
src/backend/libpq/be-secure.c | 2 +-
src/backend/utils/misc/guc.c | 46 +++++++++++++++++++++++-----------------
2 files changed, 27 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-12-18 16:26:21 pgsql: Properly print the IP number and "localhost" for failed localhos
Previous Message Andrew Dunstan 2010-12-18 00:50:16 pgsql: Work around make changes on modern Mingw to allow release 8.2 re