pgsql: libpq: Move pg_cancel to fe-cancel.c - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: libpq: Move pg_cancel to fe-cancel.c
Date
Msg-id E1rjxFx-003OKE-Qe@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Keep replication slot statistics on invalidation
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Disconnect if socket cannot be put into non-blocking mode