Re: Add 64-bit XIDs into PostgreSQL 15 - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Add 64-bit XIDs into PostgreSQL 15
Date
Msg-id fd283f0e-af48-b7c1-a286-83c6a43b6a57@oss.nttdata.com
Whole thread Raw
In response to Re: Add 64-bit XIDs into PostgreSQL 15  (Simon Riggs <simon.riggs@enterprisedb.com>)
Responses Re: Add 64-bit XIDs into PostgreSQL 15
Re: Add 64-bit XIDs into PostgreSQL 15
List pgsql-hackers

On 2022/01/06 19:24, Simon Riggs wrote:
> On Thu, 30 Dec 2021 at 13:19, Maxim Orlov <orlovmg@gmail.com> wrote:
> 
>> Your opinions are very much welcome!
> 
> This is a review of the Int64 options patch,
> "v6-0001-Add-64-bit-GUCs-for-xids.patch"

Do we really need to support both int32 and int64 options? Isn't it enough to replace the existing int32 option with
int64one? Or how about using string-type option for very large number like 64-bit XID, like it's done for
recovery_target_xid?

Regards,

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



pgsql-hackers by date:

Previous
From: "tanghy.fnst@fujitsu.com"
Date:
Subject: RE: Support tab completion for upper character inputs in psql
Next
From: torikoshia
Date:
Subject: Re: RFC: Logging plan of the running query