Re: pgsql: pg_basebackup: Fix a couple of recently-introduced bugs. - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: pg_basebackup: Fix a couple of recently-introduced bugs.
Date
Msg-id CA+TgmoaJYzPkVbGindK9RzWD1gswzE8KT8tK8yKgkifoaUp=nA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: pg_basebackup: Fix a couple of recently-introduced bugs.  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: pgsql: pg_basebackup: Fix a couple of recently-introduced bugs.  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-committers
On Thu, Jan 27, 2022 at 12:45 PM Justin Pryzby <pryzby@telsasoft.com> wrote:
> If I'm not wrong, this is causing failures on cfbot.
> https://cirrus-ci.com/task/6312181619752960?logs=build#L2056
>
> [17:24:48.348] c:\cirrus\src\backend\replication\basebackup_gzip.c(90): warning C4715: 'bbsink_gzip_new': not all
controlpaths return a value [c:\cirrus\postgres.vcxproj]
 
> [17:24:48.348] c:\cirrus\src\bin\pg_basebackup\pg_basebackup.c(1922,67): error C2065: 'Z_DEFAULT_COMPRESSION':
undeclaredidentifier [c:\cirrus\pg_basebackup.vcxproj]
 
>
> The warning seems to be what's fixed by David's patch here.
> https://www.postgresql.org/message-id/CA%2BTgmobSeRFM84pwa5HfZCGRx%3DQ-iFfPFZfq-4%3Dt1p04yxg_Og%40mail.gmail.com

I can commit that patch (though so could David) but I don't understand
why you think it's connected to this commit particularly.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Next
From: Tomas Vondra
Date:
Subject: pgsql: Fix ordering of XIDs in ProcArrayApplyRecoveryInfo