Fix thinko in assertion in basebackup.c.
authorRobert Haas <rhaas@postgresql.org>
Wed, 10 Nov 2021 15:12:20 +0000 (10:12 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 10 Nov 2021 15:12:20 +0000 (10:12 -0500)
commit10eae82b27cebbb9586cda8baf8e3226496891d0
treee806ed5039c139b68a1fe7f1789b852d2863081f
parenta27048cbcb582056bfbf15aa2f898b4a3ec74304
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.
src/backend/replication/basebackup.c