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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some unnecessary #includes of postmaster/interrupt.h
Date: 2023-12-08 11:22:56
Message-ID: E1rBYwZ-009C1I-Hk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-12-08 12:48:43 pgsql: Don't clean initdb files on template creation failure
Previous Message Alvaro Herrera 2023-12-08 11:15:31 pgsql: Test that it works to RESET an invalid reloption