Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdffb2b4

Browse files
committed
Remove unnecessary includes of <signal.h>
These were once needed for sig_atomic_t, but that no longer appears inthese 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 parentf21848d commitdffb2b4

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
#ifndefWORKER_INTERNAL_H
1313
#defineWORKER_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)

[8]ページ先頭

©2009-2025 Movatter.jp