pgsql: Update parameter name context to wb_context

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update parameter name context to wb_context
Date: 2023-05-17 19:17:45
Message-ID: E1pzMef-000NnK-Vo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update parameter name context to wb_context

For clarity of review, renaming the function parameter "context" in
ScheduleBufferTagForWriteback() and IssuePendingWritebacks() to
"wb_context" is a separate commit. The next commit adds an "io_context"
parameter and "wb_context" makes it more clear which is which.

Author: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAKRu_acc6iL4M3hvOTeztf_ZPpsB3Pqio5aVHgZ5q=Pi3BZKg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52676dc2e016df5cd842a4f6073b25ee8e681b9f

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 29 +++++++++++++++--------------
src/include/storage/buf_internals.h | 4 ++--
2 files changed, 17 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-05-17 19:38:48 pgsql: Fix error message wordings
Previous Message Alexander Korotkov 2023-05-17 17:29:12 pgsql: Revert "Add USER SET parameter values for pg_db_role_setting"