pgsql: pg_basebackup: Add a dummy return to bbsink_gzip_new().

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_basebackup: Add a dummy return to bbsink_gzip_new().
Date: 2022-01-27 19:43:52
Message-ID: E1nDAgS-0003rw-Ou@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_basebackup: Add a dummy return to bbsink_gzip_new().

Apparently, this is needed to avoid warnings on MVCC.

David Rowley

Discussion: http://postgr.es/m/CAApHDvosHkgyo_PZs7CSB4Kgs2ey4FdmFpcK0N_QOci9DJ=wnw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/71cbbbbe80a43b1a89ce6eab56c780394425dc38

Modified Files
--------------
src/backend/replication/basebackup_gzip.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-01-27 19:43:57 Re: pgsql: Server-side gzip compression.
Previous Message Justin Pryzby 2022-01-27 19:22:10 Re: pgsql: pg_basebackup: Fix a couple of recently-introduced bugs.