pgsql: libpq: Move pg_cancel to fe-cancel.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: libpq: Move pg_cancel to fe-cancel.c
Дата
Msg-id E1rjxFx-003OKE-Qe@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
libpq: Move pg_cancel to fe-cancel.c

No other files need to access this struct, so there is no need to have
its definition in a header file.

Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: https://postgr.es/m/202403061822.spfzqbf7dsgg@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4dec98c2af64851b643af14c36c8b99215dfd70d

Modified Files
--------------
src/interfaces/libpq/fe-cancel.c | 20 ++++++++++++++++++++
src/interfaces/libpq/libpq-int.h | 18 ------------------
2 files changed, 20 insertions(+), 18 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Keep replication slot statistics on invalidation
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Disconnect if socket cannot be put into non-blocking mode