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

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: Move pg_cancel to fe-cancel.c
Date: 2024-03-12 08:13:06
Message-ID: E1rjxFx-003OKE-Qe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)jeltef(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-03-12 08:40:46 pgsql: Disconnect if socket cannot be put into non-blocking mode
Previous Message Michael Paquier 2024-03-12 05:24:56 pgsql: Keep replication slot statistics on invalidation