Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Fix a few oversights in the longer cancel keys patch Change MyCancelKeyLength's type from uint8 to int. While it always fits in a uint8, plain int is less surprising, as there's no particular reason for it to be uint8. Fix one ProcSignalInit caller that passed 'false' instead of NULL for the pointer argument. Author: Peter Eisentraut <peter@eisentraut.org> Discussion: https://www.postgresql.org/message-id/61be9e31-7b7d-49d5-bc11-721800d89d64@eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/auxprocess.c | modified | +1 −1 |
| src/backend/utils/init/globals.c | modified | +1 −1 |
| src/include/miscadmin.h | modified | +1 −1 |
Discussion
- pgsql: Make cancel request keys longer 11 messages · 2025-04-02 → 2025-05-23