pgsql: Remove unnecessary includes of <signal.h>

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary includes of <signal.h>
Date: 2023-12-04 05:41:59
Message-ID: E1rA1iR-008VIP-1C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary includes of <signal.h>

These were once needed for sig_atomic_t, but that no longer appears in
these headers, so the include is not needed.

Reviewed-by: Shubham Khanna <Shubham(dot)Khanna(at)fujitsu(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/cff5475d-e0a9-4561-b094-794aa36bd031%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dffb2b478f54f4abdd0271bbab44d3f81d017648

Modified Files
--------------
src/include/replication/walsender.h | 2 --
src/include/replication/worker_internal.h | 2 --
2 files changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-12-04 13:04:12 pgsql: Don't use pgbench -j in tests
Previous Message Michael Paquier 2023-12-04 00:55:33 pgsql: Add support for REINDEX in event triggers