Update parameter name context to wb_context

Andres Freund <andres@anarazel.de>

Commit: 52676dc2e016df5cd842a4f6073b25ee8e681b9f
Author: Andres Freund <andres@anarazel.de>
Date: 2023-05-17T18:18:30Z
Releases: 16.0
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

Files

PathChange+/−
src/backend/storage/buffer/bufmgr.c modified +15 −14
src/include/storage/buf_internals.h modified +2 −2

Discussion