PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SlruCtlData Struct Reference

#include <slru.h>

Data Fields

SlruShared shared
 
uint16 nbanks
 
bool long_segment_names
 
SyncRequestHandler sync_handler
 
bool(* PagePrecedes )(int64, int64)
 
int(* errdetail_for_io_error )(const void *opaque_data)
 
char Dir [64]
 

Detailed Description

Definition at line 113 of file slru.h.

Field Documentation

◆ Dir

char SlruCtlData::Dir[64]

Definition at line 159 of file slru.h.

◆ errdetail_for_io_error

int(* SlruCtlData::errdetail_for_io_error) (const void *opaque_data)

Definition at line 153 of file slru.h.

◆ long_segment_names

bool SlruCtlData::long_segment_names

Definition at line 125 of file slru.h.

◆ nbanks

uint16 SlruCtlData::nbanks

Definition at line 118 of file slru.h.

◆ PagePrecedes

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

Definition at line 143 of file slru.h.

◆ shared

SlruShared SlruCtlData::shared

Definition at line 115 of file slru.h.

◆ sync_handler

SyncRequestHandler SlruCtlData::sync_handler

Definition at line 131 of file slru.h.


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