Fix comment in procarray.c.
authorFujii Masao <fujii@postgresql.org>
Thu, 28 Jul 2022 05:56:20 +0000 (14:56 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 28 Jul 2022 05:56:20 +0000 (14:56 +0900)
commitd396606ebe9722baceabb156551169d83c85b8c8
treebbd55a917c913ce466a2e6ba7962d0185de2cb69
parent4fc6b6eefcf98f79211bb790ee890ebcb05c178d
Fix comment in procarray.c.

Commit fea10a6434 renamed VariableCacheData.nextFullXid to nextXid.
But commit dc7420c2c9 introduced the comment mentioning nextFullXid.
This commit changes"nextFullXid" to "nextXid" in the comment.

Author: Zhang Mingli
Discussion: https://postgr.es/m/642BA615-4B28-4B0C-BDF6-4D33E366BCDF@gmail.com
src/backend/storage/ipc/procarray.c