pgsql: Fix private struct field name to match the code using it. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix private struct field name to match the code using it.
Date
Msg-id E1sWEh8-000qjA-DW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix private struct field name to match the code using it.

Commit 8720a15e9ab121e49174d889eaeafae8ac89de7b added the wrong name.

Nazir Bilal Yavuz

Discussion: https://postgr.es/m/20240720181405.5a.nmisch@google.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/840b3b5b4ee90ce8b692519e534dfb015d89fe8f

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Use more consistently int64 for page numbers in SLRU-related cod
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Move extern declarations for EXEC_BACKEND to header files