pgsql: Move the be_gssapi_get_* prototypes

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move the be_gssapi_get_* prototypes
Date: 2019-04-04 15:12:24
Message-ID: E1hC42S-0003Qk-Jc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-04-04 16:40:12 pgsql: Invalidate binary search bounds consistently.
Previous Message Thomas Munro 2019-04-04 10:45:10 pgsql: Refactor the fsync queue for wider use.