PostgreSQL Source Code  git master
WritebackContext Struct Reference

#include <buf_internals.h>

Data Fields

int * max_pending
 
int nr_pending
 
PendingWriteback pending_writebacks [WRITEBACK_MAX_PENDING_FLUSHES]
 

Detailed Description

Definition at line 296 of file buf_internals.h.

Field Documentation

◆ max_pending

int* WritebackContext::max_pending

Definition at line 299 of file buf_internals.h.

Referenced by ScheduleBufferTagForWriteback().

◆ nr_pending

int WritebackContext::nr_pending

Definition at line 302 of file buf_internals.h.

Referenced by IssuePendingWritebacks(), and ScheduleBufferTagForWriteback().

◆ pending_writebacks

PendingWriteback WritebackContext::pending_writebacks[WRITEBACK_MAX_PENDING_FLUSHES]

Definition at line 305 of file buf_internals.h.

Referenced by IssuePendingWritebacks(), and ScheduleBufferTagForWriteback().


The documentation for this struct was generated from the following file: