type in basebackup_incremental.c ?

Daniel Westermann (DWE) <daniel.westermann@dbi-services.com>

From: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2024-04-11T09:49:54Z
Lists: pgsql-hackers
Hi,

/*
 * we expect the find the last lines of the manifest, including the checksum,
 * in the last MIN_CHUNK bytes of the manifest. We trigger an incremental
 * parse step if we are about to overflow MAX_CHUNK bytes.
 */

Shouldn't this be:
/*
 * we expect to find the last lines of the manifest,...
 */


Regards
Daniel