pgsql: Fix private struct field name to match the code using it.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix private struct field name to match the code using it.
Date: 2024-07-23 12:32:42
Message-ID: E1sWEh8-000qjA-DW@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-07-23 13:15:02 pgsql: Move extern declarations for EXEC_BACKEND to header files
Previous Message Michael Paquier 2024-07-23 09:00:18 pgsql: Use more consistently int64 for page numbers in SLRU-related cod