Fix annotations nextFullXid

Zhang Mingli <zmlpostgres@gmail.com>

From: Zhang Mingli <zmlpostgres@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-07-23T05:01:26Z
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

Commits

  1. Fix comment in procarray.c.

  2. Rename VariableCacheData.nextFullXid to nextXid.