aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2020-11-04 16:41:29 +0900
committerFujii Masao <fujii@postgresql.org>2020-11-04 16:43:43 +0900
commitac22929a2613e122708bd0172508ac863c51c1cc (patch)
tree9d15789d11e68675c9c61488fb87b79a8dfffa90 /src/backend/utils/adt/arrayfuncs.c
parent02d332297f9bfe63476d53a439cc8f3b05bb5e67 (diff)
downloadpostgresql-ac22929a2613e122708bd0172508ac863c51c1cc.tar.gz
postgresql-ac22929a2613e122708bd0172508ac863c51c1cc.zip
Get rid of the dedicated latch for signaling the startup process.
This commit gets rid of the dedicated latch for signaling the startup process in favor of using its procLatch, since that comports better with possible generic signal handlers using that latch. Commit 1e53fe0e70 changed background processes so that they use standard SIGHUP handler. Like that, this commit also makes the startup process use standard SIGHUP handler to simplify the code. Author: Fujii Masao Reviewed-by: Bharath Rupireddy, Michael Paquier Discussion: https://postgr.es/m/CALj2ACXPorUqePswDtOeM_s82v9RW32E1fYmOPZ5NuE+TWKj_A@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions