Skip to content

Commit dffb2b4

Browse files
committed
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.Khanna@fujitsu.com> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/cff5475d-e0a9-4561-b094-794aa36bd031%40eisentraut.org
1 parent f21848d commit dffb2b4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/include/replication/walsender.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#ifndef _WALSENDER_H
1313
#define _WALSENDER_H
1414

15-
#include <signal.h>
16-
1715
/*
1816
* What to do with a snapshot in create replication slot command.
1917
*/

src/include/replication/worker_internal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#ifndef WORKER_INTERNAL_H
1313
#define WORKER_INTERNAL_H
1414

15-
#include <signal.h>
16-
1715
#include "access/xlogdefs.h"
1816
#include "catalog/pg_subscription.h"
1917
#include "datatype/timestamp.h"

0 commit comments

Comments
 (0)