pgsql: Move the be_gssapi_get_* prototypes

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Move the be_gssapi_get_* prototypes
Дата
Msg-id E1hC42S-0003Qk-Jc@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Refactor the fsync queue for wider use.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Invalidate binary search bounds consistently.