Re: Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete

From: "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete
Date: 2023-03-02 13:04:58
Message-ID: 86b7297e-13c0-dca0-a723-c687e3878608@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 1/6/23 11:05 AM, Drouvot, Bertrand wrote:
> Hi hackers,
>
> Please find attached a patch to $SUBJECT.
>
> The wrong comments have been discovered by Robert in [1].
>
> Submitting this here as a separate thread so it does not get lost in the logical decoding
> on standby thread.
>
> [1]: https://www.postgresql.org/message-id/CA%2BTgmoYTTsxP8y6uknZvCBNCRq%2B1FJ4zGbX8Px1TGW459fGsaQ%40mail.gmail.com
>
> Looking forward to your feedback,
>
> Regards,
>

It looks like I did not create a CF entry for this one: fixed with [1].

Also, while at it, adding a commit message in V2 attached.

[1]: https://commitfest.postgresql.org/43/4235/

Regards,

--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v2-0001-Fix-comments-in-gistxlogDelete-xl_heap_freeze_pag.patch text/plain 2.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Önder Kalacı 2023-03-02 13:20:09 Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher
Previous Message Tomas Vondra 2023-03-02 12:44:52 Re: Memory leak from ExecutorState context?