]> granicus.if.org Git - postgresql/commit
Refactor user-facing SQL functions signalling backends
authorMichael Paquier <michael@paquier.xyz>
Thu, 4 Oct 2018 09:27:25 +0000 (18:27 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 4 Oct 2018 09:27:25 +0000 (18:27 +0900)
commit09921f397b84bdae8406f3dc6f473ead730a6dd3
tree09e71aa294037013f8132a8340d6f006a55e13d1
parent803b1301e8c9aac478abeec62824a5d09664ffff
Refactor user-facing SQL functions signalling backends

This moves the system administration functions for signalling backends
from backend/utils/adt/misc.c into a separate file dedicated to backend
signalling.  No new functionality is introduced in this commit.

Author: Daniel Gustafsson
Reviewed-by: Michael Paquier, Álvaro Herrera
Discussion: https://postgr.es/m/C2C7C3EC-CC5F-44B6-9C78-637C88BD7D14@yesql.se
src/backend/storage/ipc/Makefile
src/backend/storage/ipc/signalfuncs.c [new file with mode: 0644]
src/backend/utils/adt/misc.c