Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
Date
Msg-id aVHH52mAwGBEQwiP@paquier.xyz
Whole thread Raw
In response to [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs  ("Pavlo Golub" <pavlo.golub@cybertec.at>)
List pgsql-hackers
On Mon, Dec 08, 2025 at 12:09:58PM +0000, Pavlo Golub wrote:
> 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.

We do an OID renumbering while in beta, so please use an OID in this
range for the development of new patches.  ;)
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: index prefetching
Next
From: Michael Paquier
Date:
Subject: Re: Regression with large XML data input