pgsql: libpq: Add pqReleaseConnHosts function

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: libpq: Add pqReleaseConnHosts function
Дата
Msg-id E1rWeKn-004dqI-Ks@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
libpq: Add pqReleaseConnHosts function

In a follow up commit we'll need to free this connhost field in a
function defined in fe-cancel.c, so here we extract the logic to a
dedicated extern function.

Author: Jelte Fennema-Nio <jelte.fennema@microsoft.com>
Discussion: https://postgr.es/m/AM5PR83MB0178D3B31CA1B6EC4A8ECC42F7529@AM5PR83MB0178.EURPRD83.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/53747f722228d2cd4d7054c4d509b27dc89306ae

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 39 ++++++++++++++++++++++++++-------------
src/interfaces/libpq/libpq-int.h  |  1 +
2 files changed, 27 insertions(+), 13 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIES
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: libpq: Change some static functions to extern