pgsql: Remove some unnecessary #includes of postmaster/interrupt.h

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove some unnecessary #includes of postmaster/interrupt.h
Дата
Msg-id E1rBYwZ-009C1I-Hk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove some unnecessary #includes of postmaster/interrupt.h

Commit 44fc6e259b removed a bunch of references to
SignalHandlerForCrashExit, leaving these #includes unneeded.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44913add91e789884e207f19c1d7ec067f23f6d5

Modified Files
--------------
src/backend/postmaster/bgworker.c   | 1 -
src/backend/postmaster/postmaster.c | 1 -
src/backend/postmaster/startup.c    | 1 -
3 files changed, 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Test that it works to RESET an invalid reloption
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Don't clean initdb files on template creation failure