type in basebackup_incremental.c ?

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: type in basebackup_incremental.c ?
Date: 2024-04-11 09:49:54
Message-ID: GV0P278MB0419375DFA502D17E1365AF2D2052@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-04-11 10:15:26 Re: type in basebackup_incremental.c ?
Previous Message Alvaro Herrera 2024-04-11 09:10:17 Re: Can't find not null constraint, but \d+ shows that