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 <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
