forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitda505ea
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- src/bin
- pg_basebackup
- pg_verifybackup/t
2 files changed
+3
-1
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
0 commit comments
Comments
(0)