pgsql: Add missing header include to pmsignal.h. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Add missing header include to pmsignal.h.
Date
Msg-id E1fl1Pw-0006MC-PV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/579b985b22928ef2aecacb679ac65e6a48b00113

Modified Files
--------------
src/include/storage/pmsignal.h | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix run-time partition pruning for appends with multiplesource
Next
From: Amit Kapila
Date:
Subject: pgsql: Match the buffer usage tracking for leader and worker backends.