pgsql: Add missing header include to pmsignal.h.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing header include to pmsignal.h.
Date: 2018-08-02 00:24:36
Message-ID: E1fl1Pw-0006MC-PV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2018-08-02 09:43:45 Re: New Defects reported by Coverity Scan for PostgreSQL
Previous Message Tom Lane 2018-08-01 23:43:20 pgsql: Fix run-time partition pruning for appends with multiple source