Re: Fix annotations nextFullXid

Fujii Masao <masao.fujii@oss.nttdata.com>

From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Zhang Mingli <zmlpostgres@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-07-26T02:08:45Z
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



Commits

  1. Fix comment in procarray.c.

  2. Rename VariableCacheData.nextFullXid to nextXid.