diff options
author | Thomas Munro <tmunro@postgresql.org> | 2018-08-02 11:25:31 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2018-08-02 12:14:22 +1200 |
commit | 579b985b22928ef2aecacb679ac65e6a48b00113 (patch) | |
tree | 958e5ee2f5d150337377fc551d6bf59d682dcb6b /src/backend/executor/execParallel.c | |
parent | 1c2cb2744bf3d8ad751cd5cf3b347f10f48492b3 (diff) | |
download | postgresql-579b985b22928ef2aecacb679ac65e6a48b00113.tar.gz postgresql-579b985b22928ef2aecacb679ac65e6a48b00113.zip |
Add missing header include to pmsignal.h.
pmsignal.h uses sig_atomic_t in some builds, but relied on signal.h
having been included already. We could include it conditionally
but evidently that wouldn't save anything in practice and would
add more ugly macros, so let's just include signal.h always.
Reported-by: Tom Lane
Discussion: https://postgr.es/m/4166.1533154074%40sss.pgh.pa.us
Diffstat (limited to 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions