BUG #15423: A typo in the pg_basebackup

Started by PG Bug reporting formover 7 years ago4 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 15423
Logged by: Alexander Lakhin
Email address: exclusion@gmail.com
PostgreSQL version: 11beta4
Operating system: None
Description:

src/bin/pg_basebackup/pg_basebackup.c contains the message "%s: checksum
error occured\n"

#2Magnus Hagander
magnus@hagander.net
In reply to: PG Bug reporting form (#1)
Re: BUG #15423: A typo in the pg_basebackup

On Mon, Oct 8, 2018 at 8:36 AM PG Bug reporting form <noreply@postgresql.org>
wrote:

The following bug has been logged on the website:

Bug reference: 15423
Logged by: Alexander Lakhin
Email address: exclusion@gmail.com
PostgreSQL version: 11beta4
Operating system: None
Description:

src/bin/pg_basebackup/pg_basebackup.c contains the message "%s: checksum
error occured\n"

Fixed, thanks for the report!

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#3Michael Paquier
michael@paquier.xyz
In reply to: Magnus Hagander (#2)
Re: BUG #15423: A typo in the pg_basebackup

On Mon, Oct 08, 2018 at 08:58:38AM +0200, Magnus Hagander wrote:

Fixed, thanks for the report!

This is a user-facing problem, so shouldn't REL_11_STABLE be patched as
well?
--
Michael

#4Magnus Hagander
magnus@hagander.net
In reply to: Michael Paquier (#3)
Re: BUG #15423: A typo in the pg_basebackup

On Mon, Oct 8, 2018 at 9:03 AM Michael Paquier <michael@paquier.xyz> wrote:

On Mon, Oct 08, 2018 at 08:58:38AM +0200, Magnus Hagander wrote:

Fixed, thanks for the report!

This is a user-facing problem, so shouldn't REL_11_STABLE be patched as
well?

You are absolutely right. For some reason, I got my REL_11_STABLE and
REL_10_STABLE mixed up in my head.

Fix pushed!

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;