Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.
authorRobert Haas <rhaas@postgresql.org>
Fri, 28 Jan 2022 14:02:18 +0000 (09:02 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 28 Jan 2022 14:02:18 +0000 (09:02 -0500)
commitda505eafca81bc81c34f729521a42a093408cb92
tree5d21c25e476f9bfa1d0b7c930ef2d45bb9fea52f
parentd45099425eb19e420433c9d81d354fe585f4dbd6
Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.

I intended to include a change to the "skip" count in the test
case, 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 avoid
complaints about dup() not having a prototype, as per buildfarm
returns.
src/bin/pg_basebackup/bbstreamer_gzip.c
src/bin/pg_verifybackup/t/009_extract.pl