PostgreSQL Source Code git master
SlruCtlData Struct Reference

#include <slru.h>

Data Fields

SlruShared shared
 
uint16 nbanks
 
bool long_segment_names
 
SyncRequestHandler sync_handler
 
bool(* PagePrecedes )(int64, int64)
 
char Dir [64]
 

Detailed Description

Definition at line 112 of file slru.h.

Field Documentation

◆ Dir

char SlruCtlData::Dir[64]

Definition at line 148 of file slru.h.

◆ long_segment_names

bool SlruCtlData::long_segment_names

Definition at line 124 of file slru.h.

◆ nbanks

uint16 SlruCtlData::nbanks

Definition at line 117 of file slru.h.

◆ PagePrecedes

bool(* SlruCtlData::PagePrecedes) (int64, int64)

Definition at line 142 of file slru.h.

◆ shared

SlruShared SlruCtlData::shared

Definition at line 114 of file slru.h.

◆ sync_handler

SyncRequestHandler SlruCtlData::sync_handler

Definition at line 130 of file slru.h.


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