Fix annotations nextFullXid

Lists: pgsql-hackers
From: Zhang Mingli <zmlpostgres(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Fix annotations nextFullXid
Date: 2022-07-23 05:01:26
Message-ID: 642BA615-4B28-4B0C-BDF6-4D33E366BCDF@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

VariableCacheData.nextFullXid is renamed to nextXid in commit https://github.com/postgres/postgres//commit/fea10a64340e529805609126740a540c8f9daab4 <https://github.com/postgres/postgres//commit/fea10a64340e529805609126740a540c8f9daab4>

Fix the annotations for less confusion.

Regards,

Zhang Mingli


From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Zhang Mingli <zmlpostgres(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix annotations nextFullXid
Date: 2022-07-26 02:08:45
Message-ID: 3038bfd9-18f3-c20b-e952-a181fb856556@oss.nttdata.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 2022/07/23 14:01, Zhang Mingli wrote:
> Hi,
>
> VariableCacheData.nextFullXid is renamed to nextXid in commit https://github.com/postgres/postgres//commit/fea10a64340e529805609126740a540c8f9daab4 <https://github.com/postgres/postgres//commit/fea10a64340e529805609126740a540c8f9daab4>
>
> Fix the annotations for less confusion.

Thanks for the patch! LGTM. I will commit it.

Regards,

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


From: Zhang Mingli <zmlpostgres(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix annotations nextFullXid
Date: 2022-07-26 16:29:05
Message-ID: E415CF0C-E3E0-4C14-B922-5D87A4D5B36E@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Thanks!

Regards,
Zhang Mingli

> On Jul 26, 2022, at 10:08, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> wrote:
>
>
>
> On 2022/07/23 14:01, Zhang Mingli wrote:
>> Hi,
>> VariableCacheData.nextFullXid is renamed to nextXid in commit https://github.com/postgres/postgres//commit/fea10a64340e529805609126740a540c8f9daab4 <https://github.com/postgres/postgres//commit/fea10a64340e529805609126740a540c8f9daab4>
>> Fix the annotations for less confusion.
>
> Thanks for the patch! LGTM. I will commit it.
>
> Regards,
>
> --
> Fujii Masao
> Advanced Computing Technology Center
> Research and Development Headquarters
> NTT DATA CORPORATION


From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Zhang Mingli <zmlpostgres(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix annotations nextFullXid
Date: 2022-07-28 06:00:44
Message-ID: ec33a794-ca37-0fa8-563b-94e584b61343@oss.nttdata.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 2022/07/27 1:29, Zhang Mingli wrote:
> Thanks!

Pushed. Thanks!

Regards,

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