]> granicus.if.org Git - postgresql/commit
Per previous discussions, here are two functions to send INT and TERM
authorBruce Momjian <bruce@momjian.us>
Wed, 2 Jun 2004 21:29:29 +0000 (21:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 2 Jun 2004 21:29:29 +0000 (21:29 +0000)
commite8d9d68ca4866c775b5d1170581ac9e1ade3abd8
tree1ca2cd413be5a75faa23bba21916d2bdbcf90678
parentde2c66539eaabdcee94ae4f243ec6402058b1f4c
Per previous discussions, here are two functions to send INT and TERM
(cancel and terminate) signals to other backends.   They permit only INT
and TERM, and permits sending only to postgresql backends.

Magnus Hagander
src/backend/storage/ipc/sinval.c
src/backend/utils/adt/misc.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/storage/sinval.h
src/include/utils/builtins.h