Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Ian Lawrence Barwick <barwick(at)gmail(dot)com>, Maxim Orlov <orlovmg(at)gmail(dot)com>, Simon Riggs <simon(dot)riggs(at)enterprisedb(dot)com>, Hamid Akhtar <hamid(dot)akhtar(at)percona(dot)com>, Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Japin Li <japinli(at)hotmail(dot)com>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, Ilya Anfimov <ilan(at)tzirechnoy(dot)com>
Subject: Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Date: 2022-11-17 09:44:54
Message-ID: CAJ7c6TMhVBcieGcUksKW8ee2hgO5cRGYc7qNa11Y-Y-v2HXT7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

> > I've set the CF entry back to "Ready for Committer",
>
> Thanks. Here is the rebased patchset.

After merging 006b69fd [1] the 0001 patch needed a rebase. PFA v46.

[1]: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=006b69fd

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v46-0001-Use-64-bit-numbering-of-SLRU-pages.patch application/octet-stream 26.1 KB
v46-0003-Use-64-bit-FullTransactionId-instead-of-Epoch-xi.patch application/octet-stream 18.7 KB
v46-0002-Use-64-bit-format-to-output-XIDs.patch application/octet-stream 122.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2022-11-17 09:56:14 Typo in SH_LOOKUP and SH_LOOKUP_HASH comments
Previous Message Alvaro Herrera 2022-11-17 09:31:46 Re: [PoC] Reducing planning time when tables have many partitions