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

From Pavlo Golub
Subject Re[2]: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
Date
Msg-id em865feff4-1744-4de5-80f3-314fa417765f@cybertec.at
Whole thread Raw
In response to Re: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Re[2]: [PATCH] Add pg_current_vxact_id() function to expose virtual transaction IDs
List pgsql-hackers
Hello.

Attached is v2 of the pg_current_vxact_id() patch.
Changes in v2:
- Rebased on current master
- Changed OID from 5101 to 9538 (following unused_oids best practice
   recommendation to use the 8000-9999 range for patch development)

Best regards,
Pavlo Golub
Attachment

pgsql-hackers by date:

Previous
From: Shlok Kyal
Date:
Subject: Re: Skipping schema changes in publication
Next
From: Xuneng Zhou
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded