pgsql: Improve WritebackContextInit() comment and prototype argument na - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Improve WritebackContextInit() comment and prototype argument na
Date
Msg-id E1bJ63J-0000c9-Vg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve WritebackContextInit() comment and prototype argument names.

Author: Masahiko Sawada
Discussion: CAD21AoBD=Of1OzL90Xx4Q-3j=-2q7=S87cs75HfutE=eCday2w@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/48bfeb244ff280bad9a81c67442065ae8fcda6b8

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 10 ++++------
src/include/storage/buf_internals.h |  2 +-
2 files changed, 5 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Provide and use a makefile target to build all generated headers
Next
From: Tom Lane
Date:
Subject: pgsql: Fix some interrelated planner issues with initPlans and Param mu