PostgreSQL Source Code: WritebackContext Struct Reference (original) (raw)
#include <[buf_internals.h](buf%5F%5Finternals%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int * | max_pending |
int | nr_pending |
PendingWriteback | pending_writebacks [WRITEBACK_MAX_PENDING_FLUSHES] |
Detailed Description
Definition at line 311 of file buf_internals.h.
Field Documentation
◆ max_pending
int* WritebackContext::max_pending
Definition at line 314 of file buf_internals.h.
Referenced by ScheduleBufferTagForWriteback(), and WritebackContextInit().
◆ nr_pending
int WritebackContext::nr_pending
Definition at line 317 of file buf_internals.h.
Referenced by IssuePendingWritebacks(), ScheduleBufferTagForWriteback(), and WritebackContextInit().
◆ pending_writebacks
PendingWriteback WritebackContext::pending_writebacks[WRITEBACK_MAX_PENDING_FLUSHES]
Definition at line 320 of file buf_internals.h.
Referenced by IssuePendingWritebacks(), and ScheduleBufferTagForWriteback().
The documentation for this struct was generated from the following file:
- src/include/storage/buf_internals.h