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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Pavlo Golub <pavlo(dot)golub(at)cybertec(dot)at>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
Date: 2025-12-29 00:14:31
Message-ID: aVHH52mAwGBEQwiP@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-12-29 00:24:29 Re: Regression with large XML data input
Previous Message Tomas Vondra 2025-12-28 23:53:16 Re: index prefetching