pgsql: Move the be_gssapi_get_* prototypes - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Move the be_gssapi_get_* prototypes
Date
Msg-id E1hC42S-0003Qk-Jc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move the be_gssapi_get_* prototypes

The be_gssapi_get_* prototypes were put close to similar ones for SSL-
but a bit too close since that meant they ended up only being included
for SSL-enabled builds.  Move those to be under ENABLE_GSS instead.

Pointed out by Tom.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/87e16db5ebe7256712999ec690899237029b9ae7

Modified Files
--------------
src/include/libpq/libpq-be.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Refactor the fsync queue for wider use.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Invalidate binary search bounds consistently.