Re: Turn TransactionIdRetreat/Advance into inline functions

From: Maxim Orlov <orlovmg(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Turn TransactionIdRetreat/Advance into inline functions
Date: 2022-10-10 15:08:20
Message-ID: CACG=ezZBPewvbBTPJ8+ngunDCerRWfhekL5=U5G=vE10=na3vA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-10-10 15:12:43 Re: Turn TransactionIdRetreat/Advance into inline functions
Previous Message Tom Lane 2022-10-10 14:58:37 Re: Turn TransactionIdRetreat/Advance into inline functions