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 127 of file slru.h.

Field Documentation

◆ Dir

char SlruCtlData::Dir[64]

Definition at line 163 of file slru.h.

◆ long_segment_names

bool SlruCtlData::long_segment_names

Definition at line 139 of file slru.h.

◆ nbanks

uint16 SlruCtlData::nbanks

Definition at line 132 of file slru.h.

◆ PagePrecedes

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

Definition at line 157 of file slru.h.

◆ shared

SlruShared SlruCtlData::shared

Definition at line 129 of file slru.h.

◆ sync_handler

SyncRequestHandler SlruCtlData::sync_handler

Definition at line 145 of file slru.h.


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