pgsql: Remove some unnecessary #includes of postmaster/interrupt.h - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove some unnecessary #includes of postmaster/interrupt.h
Date
Msg-id E1rBYwZ-009C1I-Hk@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Test that it works to RESET an invalid reloption
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Don't clean initdb files on template creation failure