1/*-------------------------------------------------------------------------
3 * Query cancellation support for frontend code
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * src/include/fe_utils/cancel.h
11 *-------------------------------------------------------------------------
27 * A callback can be optionally set up to be called at cancellation
void ResetCancelConn(void)
PGDLLIMPORT volatile sig_atomic_t CancelRequested
void SetCancelConn(PGconn *conn)
void setup_cancel_handler(void(*query_cancel_callback)(void))