Re[2]: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs

Pavlo Golub <pavlo.golub@cybertec.at>

From: "Pavlo Golub" <pavlo.golub@cybertec.at>
To: "Michael Paquier" <michael@paquier.xyz>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-12-29T08:31:36Z
Lists: pgsql-hackers
Greetings!
>>  Changes:
>>  - OID 5101 (verified available with unused_oids script)
>
>./unused_oids also states the following thing:
>Best practice is to start with a random choice in the range 8000-9999.

Oh, I misunderstood it completely. I thought one should go to 8K+ if 
they
want a block of OIDs not just one. Thanks!
>
>
>We do an OID renumbering while in beta, so please use an OID in this
>range for the development of new patches.  ;)

Cool! Will update the patch. Thanks for your input!

Best regards,
Pavlo