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 <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0f1433f05356e8de7c4125e5192a54355e12359d Modified Files -------------- src/backend/postmaster/auxprocess.c | 2 +- src/backend/utils/init/globals.c | 2 +- src/include/miscadmin.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
