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

Commitda505ea

Browse files
committed
Fix mistakes in commitd450994.
I intended to include a change to the "skip" count in the testcase, but it didn't get folded into the commit. Do that now,so that non-zlib builds don't break.The new file bbstreamer_gzip.c needs <unistd.h> to avoidcomplaints about dup() not having a prototype, as per buildfarmreturns.
1 parentd450994 commitda505ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎src/bin/pg_basebackup/bbstreamer_gzip.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
#include"postgres_fe.h"
1313

14+
#include<unistd.h>
15+
1416
#ifdefHAVE_LIBZ
1517
#include<zlib.h>
1618
#endif

‎src/bin/pg_verifybackup/t/009_extract.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
my$method =$tc->{'compression_method'};
3737

3838
SKIP: {
39-
skip"$method compression not supported by this build",3
39+
skip"$method compression not supported by this build",2
4040
if !$tc->{'enabled'};
4141

4242
# Take backup with server compression enabled.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp