| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix comment in procarray.c. |
| Date: | 2022-07-28 05:57:22 |
| Message-ID: | E1oGwWP-001akP-F1@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d396606ebe9722baceabb156551169d83c85b8c8
Modified Files
--------------
src/backend/storage/ipc/procarray.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2022-07-28 06:39:25 | pgsql: Fix replay of create database records on standby |
| Previous Message | Thomas Munro | 2022-07-28 02:31:09 | pgsql: Fix get_dirent_type() for symlinks on MinGW/MSYS. |