Re: pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup.
Date: 2021-11-06 01:46:57
Message-ID: CAH2-WzmGLWQWcpbwWFcm9CtSOCPuqzpN_u_VuV+jXuptgbW+hA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Nov 5, 2021 at 7:30 AM Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> Introduce 'bbstreamer' abstraction to modularize pg_basebackup.

I'm seeing a pretty straightforward looking compiler warning following
this commit:

bbstreamer_file.c:564:24: warning: unused variable ‘mystreamer’
[-Wunused-variable]
564 | bbstreamer_extractor *mystreamer = (bbstreamer_extractor *) streamer;
| ^~~~~~~~~~

Thanks
--
Peter Geoghegan

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-11-06 06:39:05 pgsql: Update obsolete reference in vacuumlazy.c.
Previous Message Tomas Vondra 2021-11-06 00:55:28 pgsql: Fix handling of NaN values in BRIN minmax multi