pgsql: Add missing header include to pmsignal.h.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Add missing header include to pmsignal.h.
Дата
Msg-id E1fl1Pw-0006MC-PV@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix run-time partition pruning for appends with multiplesource
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Match the buffer usage tracking for leader and worker backends.