|
PostgreSQL Source Code git master
|
#include <slru.h>
Data Fields | |
| ShmemStructOpts | base |
| const char * | name |
| SlruDesc * | desc |
| int | nslots |
| int | nlsns |
| SyncRequestHandler | sync_handler |
| const char * | Dir |
| bool | long_segment_names |
| bool(* | PagePrecedes )(int64, int64) |
| int(* | errdetail_for_io_error )(const void *opaque_data) |
| int | buffer_tranche_id |
| int | bank_tranche_id |
| int SlruOpts::bank_tranche_id |
Definition at line 183 of file slru.h.
Referenced by shmem_slru_init().
| ShmemStructOpts SlruOpts::base |
| int SlruOpts::buffer_tranche_id |
Definition at line 182 of file slru.h.
Referenced by shmem_slru_init().
| int(* SlruOpts::errdetail_for_io_error) (const void *opaque_data) |
Definition at line 123 of file slru.h.
Referenced by shmem_slru_init().
| SyncRequestHandler SlruOpts::sync_handler |