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

From: Maxim Orlov <orlovmg(at)gmail(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: Aleksander Alekseev <aleksander(at)timescale(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Pavel Borisov <pashkin(dot)elfe(at)gmail(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-23 09:51:33
Message-ID: CACG=ezZF8o0jZdw-uVRf1hic5fs9R+xXvM-Yy59vRpxG==QeLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Thanks for updating the patchs. I have a little comment on 0002.
>
> + errmsg_internal("found xmax %llu" "
> (infomask 0x%04x) not frozen, not multi, not normal",
> + (unsigned
> long long) xid, tuple->t_infomask)));
>
>
Thanks for your review! Fixed.

--
Best regards,
Maxim Orlov.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2022-03-23 10:05:15 Re: Optimize external TOAST storage
Previous Message Alvaro Herrera 2022-03-23 09:49:53 Re: ExecRTCheckPerms() and many prunable partitions