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 295 of file buf_internals.h.

Field Documentation

◆ max_pending

int* WritebackContext::max_pending

Definition at line 298 of file buf_internals.h.

Referenced by ScheduleBufferTagForWriteback().

◆ nr_pending

int WritebackContext::nr_pending

Definition at line 301 of file buf_internals.h.

Referenced by IssuePendingWritebacks(), and ScheduleBufferTagForWriteback().

◆ pending_writebacks

PendingWriteback WritebackContext::pending_writebacks[WRITEBACK_MAX_PENDING_FLUSHES]

Definition at line 304 of file buf_internals.h.

Referenced by IssuePendingWritebacks(), and ScheduleBufferTagForWriteback().


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