pgsql: Update parameter name context to wb_context

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Update parameter name context to wb_context
Дата
Msg-id E1pzMef-000NnK-Vo@gemulon.postgresql.org
обсуждение исходный текст
Список 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@gmail.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Revert "Add USER SET parameter values for pg_db_role_setting"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix error message wordings