Re: pg_basebackup's --gzip switch misbehaves - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_basebackup's --gzip switch misbehaves
Date
Msg-id 888555.1668435834@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_basebackup's --gzip switch misbehaves  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: pg_basebackup's --gzip switch misbehaves
List pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> How about this version?

This isn't correct shell syntax is it?

+PG_TEST_NOCLEAN make -C src/bin/pg_dump check

I think you meant

+PG_TEST_NOCLEAN=1 make -C src/bin/pg_dump check

or the like.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Maxim Orlov
Date:
Subject: Re: Add 64-bit XIDs into PostgreSQL 15
Next
From: Daniel Gustafsson
Date:
Subject: Re: pg_basebackup's --gzip switch misbehaves