[MASSMAIL]type in basebackup_incremental.c ? - Mailing list pgsql-hackers

From Daniel Westermann (DWE)
Subject [MASSMAIL]type in basebackup_incremental.c ?
Date
Msg-id GV0P278MB0419375DFA502D17E1365AF2D2052@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: type in basebackup_incremental.c ?
List 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

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Can't find not null constraint, but \d+ shows that
Next
From: Daniel Gustafsson
Date:
Subject: Re: type in basebackup_incremental.c ?