pgsql: Add helper library for use of libpq inside the server environmen

2025-04-03 Thread Noah Misch
Add helper library for use of libpq inside the server environment Currently dblink and postgres_fdw don't process interrupts during connection establishment. Besides preventing query cancellations etc, this can lead to undetected deadlocks, as global barriers are not processed. Libpqwalreceiver i

pgsql: Add helper library for use of libpq inside the server environmen

2025-04-03 Thread Noah Misch
Add helper library for use of libpq inside the server environment Currently dblink and postgres_fdw don't process interrupts during connection establishment. Besides preventing query cancellations etc, this can lead to undetected deadlocks, as global barriers are not processed. Libpqwalreceiver i

pgsql: Add helper library for use of libpq inside the server environmen

2025-04-03 Thread Noah Misch
Add helper library for use of libpq inside the server environment Currently dblink and postgres_fdw don't process interrupts during connection establishment. Besides preventing query cancellations etc, this can lead to undetected deadlocks, as global barriers are not processed. Libpqwalreceiver i

pgsql: Add helper library for use of libpq inside the server environmen

2023-01-23 Thread Andres Freund
Add helper library for use of libpq inside the server environment Currently dblink and postgres_fdw don't process interrupts during connection establishment. Besides preventing query cancellations etc, this can lead to undetected deadlocks, as global barriers are not processed. Libpqwalreceiver i