Re: type in basebackup_incremental.c ?

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: type in basebackup_incremental.c ?
Date: 2024-04-11 11:00:31
Message-ID: GV0P278MB0419115A211966F88D44B106D2052@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>Sent: Thursday, April 11, 2024 12:15
>To: Daniel Westermann (DWE) <daniel(dot)westermann(at)dbi-services(dot)com>
>Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
>Subject: Re: type in basebackup_incremental.c ?
>
>> On 11 Apr 2024, at 11:49, Daniel Westermann (DWE) <daniel(dot)westermann(at)dbi-services(dot)com> wrote:
>>
>> 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,...
>> */

>That sounds about right, and since it's a full sentence it should also start
>with a capital 'W': "We expect to find the..".

... and a bit further down:

* We don't really need this information, because we use WAL summaries to
* figure what's changed.

Should probably be: ...because we use WAL summaries to figure out ...

Regards
Daniel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2024-04-11 11:16:02 Re: type in basebackup_incremental.c ?
Previous Message Tomas Vondra 2024-04-11 10:51:28 Re: Add notes to pg_combinebackup docs