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

From Maxim Orlov
Subject Turn TransactionIdRetreat/Advance into inline functions
Date
Msg-id CACG=ezaaUHoT8xqhiQuEWRtgAjExgzScgzkfeBRWWLYrQ=UYrw@mail.gmail.com
Whole thread Raw
Responses Re: Turn TransactionIdRetreat/Advance into inline functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi!

This patch is inspired by [0] and many others.
I've notice recent activity to convert macros into inline functions. We should make TransactionIdRetreat/Advance functions
Instead of a macro, should we?

I also think about NormalTransactionIdPrecedes and NormalTransactionIdFollows, but maybe, they should be addressed
separately: the comment says that "this is a macro for speed".

Any thoughts?


--
Best regards,
Maxim Orlov.
Attachment

pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: kerberos/001_auth test fails on arm CPU darwin
Next
From: Tom Lane
Date:
Subject: Re: src/test/perl/PostgreSQL/Test/*.pm not installed