Re: Proposal to add page headers to SLRU pages

From: "Li, Yong" <yoli(at)ebay(dot)com>
To: Rishu Bagga <rishu(dot)postgres(at)gmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, Aleksander Alekseev <aleksander(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "Bagga, Rishu" <bagrishu(at)amazon(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, "Shyrabokau, Anton" <antons(at)ebay(dot)com>
Subject: Re: Proposal to add page headers to SLRU pages
Date: 2024-11-11 08:20:35
Message-ID: 2A3F1F66-7D08-4951-B3A9-6E932A2A1467@ebay.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Nov 10, 2024, at 01:32, Rishu Bagga <rishu(dot)postgres(at)gmail(dot)com> wrote:
>
> External Email
>
>> Thanks for pointing this out. Here is what I have tried:
>> 1. Manually build and install PostgreSQL from the latest source code.
>> 2. Following the instructions from src/bin/pg_upgrade to manually dump the regression
>> database.
>> 3. Apply the patch to the latest code, and build from the source.
>> 4. Run “make check” by following the instructions from src/bin/pg_upgrade and setting up
>> the olddump and oldinstall to point to the “old” installation used in step 2.
>
>> All tests pass.
>
> Hi all,
>
> Following up on this. What remaining work do we need to do to get this in?
>
> Thanks,
>
> Rishu Bagga
>

Thanks for taking interest in this proposal. There is no remaining work for this proposal.
It’s now “waiting for review”. It would be great if you can provide a review report, so we
can change the status to “ready for commit”.

I’ve updated the patch against the latest HEAD.

Yong

Attachment Content-Type Size
v7-0001-SLRU-header.patch application/octet-stream 90.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2024-11-11 08:34:57 Re: Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes
Previous Message Amit Kapila 2024-11-11 08:19:58 Re: Commit Timestamp and LSN Inversion issue