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

From: Maxim Orlov <orlovmg(at)gmail(dot)com>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Pavel Borisov <pashkin(dot)elfe(at)gmail(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>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Subject: Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Date: 2022-03-22 17:22:59
Message-ID: CACG=ezaA2J7M+xoA=7jM4SifAsdVt_p7XLRFQS-Tv=nQDJ2p_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

Here is v24. Changes are:
- correct commit messages for 0001 and 0002
- use uint64 for SLRU page numbering instead of int64 in v23
- fix code formatting and indent
- and minor fixes in slru.c

Reviews are very welcome!

--
Best regards,
Maxim Orlov.

Attachment Content-Type Size
v24-0001-Use-unsigned-64-bit-numbering-of-SLRU-pages.patch application/octet-stream 27.2 KB
v24-0002-Use-64-bit-format-to-output-XIDs.patch application/octet-stream 119.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-03-22 17:43:18 LockAcquireExtended() dontWait vs weaker lock levels than already held
Previous Message Tom Lane 2022-03-22 17:08:45 Re: New Object Access Type hooks