Re: A patch for get origin from commit_ts. - Mailing list pgsql-hackers

From movead.li@highgo.ca
Subject Re: A patch for get origin from commit_ts.
Date
Msg-id 2020051316291300911447@highgo.ca
Whole thread Raw
In response to A patch for get origin from commit_ts.  ("movead.li@highgo.ca" <movead.li@highgo.ca>)
Responses Re: A patch for get origin from commit_ts.  (Madan Kumar <madankumar1993@gmail.com>)
List pgsql-hackers

>I have not thought about this matter, but it seems to me that you
>should add this patch to the upcoming commit fest for evaluation:
Thanks.

I think about it more detailed, and find it's better to show the 'roident'
other than 'roname'. Because an old 'roident' value will be used
immediately after dropped, and a new patch attached with test case
and documentation.

============================================
SELECT pg_xact_commit_origin('490');
 pg_xact_commit_origin 
-----------------------
                     1
(1 row)

SELECT pg_xact_commit_origin('491');
 pg_xact_commit_origin 
-----------------------
                     2
(1 row)
============================================



Regards,
Highgo Software (Canada/China/Pakistan)
URL : www.highgo.ca
EMAIL: mailto:movead(dot)li(at)highgo(dot)ca
Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: SLRU statistics
Next
From: Dilip Kumar
Date:
Subject: Re: Index Skip Scan