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

Commitbc0cc68

Browse files
committed
Add missing header declarations for pg_basebackup and pg_{dump,restore}
This fixes two compilation failures caused by6f164e6. Interesting tosee that missing <limits.h> dies not fail in Linux or even Windows. OnMacOS, it fails, though.Per various buildfarm members.
1 parent6f164e6 commitbc0cc68

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include<unistd.h>
1717
#include<dirent.h>
18+
#include<limits.h>
1819
#include<sys/stat.h>
1920
#include<sys/wait.h>
2021
#include<signal.h>

‎src/bin/pg_dump/parallel.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#ifndefPG_DUMP_PARALLEL_H
1717
#definePG_DUMP_PARALLEL_H
1818

19+
#include<limits.h>
20+
1921
#include"pg_backup_archiver.h"
2022

2123
/* Function to call in leader process on completion of a worker task */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp