pgsql: Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.
Date: 2022-01-28 14:04:03
Message-ID: E1nDRr9-0002CD-0S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da505eafca81bc81c34f729521a42a093408cb92

Modified Files
--------------
src/bin/pg_basebackup/bbstreamer_gzip.c | 2 ++
src/bin/pg_verifybackup/t/009_extract.pl | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-01-28 16:51:26 pgsql: pg_basebackup: Cleaner handling when compression is multiply spe
Previous Message Robert Haas 2022-01-28 13:41:39 pgsql: Allow server-side compression to be used with -Fp.