diff options
| author | Andres Freund | 2016-07-01 21:27:53 +0000 |
|---|---|---|
| committer | Andres Freund | 2016-07-01 21:29:03 +0000 |
| commit | 48bfeb244ff280bad9a81c67442065ae8fcda6b8 (patch) | |
| tree | 2e73d577b79ca6f21fc7ec57d2437c029f6c7dfc /src/include | |
| parent | 548af97fcec5543603c20b61fec60f8147a05b29 (diff) | |
Improve WritebackContextInit() comment and prototype argument names.
Author: Masahiko Sawada
Discussion: CAD21AoBD=Of1OzL90Xx4Q-3j=-2q7=S87cs75HfutE=eCday2w@mail.gmail.com
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/storage/buf_internals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 511d7409e6e..e0dfb2f5b03 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -300,7 +300,7 @@ extern CkptSortItem *CkptBufferIds; * Internal buffer management routines */ /* bufmgr.c */ -extern void WritebackContextInit(WritebackContext *context, int *max_coalesce); +extern void WritebackContextInit(WritebackContext *context, int *max_pending); extern void IssuePendingWritebacks(WritebackContext *context); extern void ScheduleBufferTagForWriteback(WritebackContext *context, BufferTag *tag); |
