Re: XID formatting and SLRU refactorings

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: orlovmg(at)gmail(dot)com
Cc: pashkin(dot)elfe(at)gmail(dot)com, japinli(at)hotmail(dot)com, aekorotkov(at)gmail(dot)com, peter(dot)eisentraut(at)enterprisedb(dot)com, aleksander(at)timescale(dot)com, ilan(at)tzirechnoy(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: XID formatting and SLRU refactorings
Date: 2022-03-18 01:23:44
Message-ID: 20220318.102344.27542686527235080.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Fri, 18 Mar 2022 10:20:08 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> "(XID_TYPE) x" is actually equivalent to "(long long) x" here, but the
> point here is "%llu in format string accepts (long long)" so we should

Of course it's the typo of
"%llu in format string accepts (*unsigned* long long)".

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo NAGATA 2022-03-18 01:27:41 Re: Tab completion for ALTER MATERIALIZED VIEW ... SET ACCESS METHOD
Previous Message Kyotaro Horiguchi 2022-03-18 01:21:09 Re: Corruption during WAL replay