Re: Turn TransactionIdRetreat/Advance into inline functions - Mailing list pgsql-hackers

From Maxim Orlov
Subject Re: Turn TransactionIdRetreat/Advance into inline functions
Date
Msg-id CACG=ezZBPewvbBTPJ8+ngunDCerRWfhekL5=U5G=vE10=na3vA@mail.gmail.com
Whole thread Raw
In response to Re: Turn TransactionIdRetreat/Advance into inline functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Turn TransactionIdRetreat/Advance into inline functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

-1.  Having to touch all the call sites like this outweighs
any claimed advantage: it makes them uglier and it will greatly
complicate any back-patching we might have to do in those areas.

                        regards, tom lane

Ok, got it. But what if we change the semantics of these calls to
xid = TransactionIdAdvance(xid) ?

--
Best regards,
Maxim Orlov.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Turn TransactionIdRetreat/Advance into inline functions
Next
From: Tom Lane
Date:
Subject: Re: Turn TransactionIdRetreat/Advance into inline functions