pgsql: Fix thinko in assertion in basebackup.c.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix thinko in assertion in basebackup.c.
Date: 2021-11-10 15:18:11
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in assertion in basebackup.c.

Commit 5a1007a5088cd6ddf892f7422ea8dbaef362372f tried to introduce
an assertion that the block size was at least twice the size of a
tar block, but I got the math wrong. My error was reported to me
off-list.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10eae82b27cebbb9586cda8baf8e3226496891d0

Modified Files
--------------
src/backend/replication/basebackup.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-11-10 15:41:28 Re: pgsql: Remove check for accept() argument types
Previous Message Robert Haas 2021-11-10 14:51:01 pgsql: More cleanup of 'ThisTimeLineID'.