Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators
Date
Msg-id c849ce81-e7bf-1d62-9b0f-959d2a1b467d@oss.nttdata.com
Whole thread Raw
In response to Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators  (Michael Paquier <michael@paquier.xyz>)
Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers

On 2020/04/28 1:24, Robert Haas wrote:
> On Sun, Apr 26, 2020 at 9:41 PM Kyotaro Horiguchi
> <horikyota.ntt@gmail.com> wrote:
>> +1.  I actually sometimes need it.
>>
>> y the way, -(pg_lsn, pg_lsn) yields a numeric.
> 
> It might be a good idea to use numeric here, too. Because int8 is
> signed, it's not big enough to cover the whole range of LSNs.

Yes. Attached is the updated version of the patch, which introduces
+(pg_lsn, numeric) and -(pg_lsn, numeric) operators.
To implement them, I added also numeric_pg_lsn() function that converts
numeric to pg_lsn.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment

pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: Proposing WITH ITERATIVE
Next
From: Michael Paquier
Date:
Subject: Re: pg_rewind docs correction