PostgreSQL Source Code  git master
ss_lru_item_t Struct Reference

Data Fields

struct ss_lru_item_tprev
 
struct ss_lru_item_tnext
 
ss_scan_location_t location
 

Detailed Description

Definition at line 97 of file syncscan.c.

Field Documentation

◆ location

ss_scan_location_t ss_lru_item_t::location

Definition at line 101 of file syncscan.c.

Referenced by ss_search(), and SyncScanShmemInit().

◆ next

struct ss_lru_item_t* ss_lru_item_t::next

Definition at line 100 of file syncscan.c.

Referenced by ss_search(), and SyncScanShmemInit().

◆ prev

struct ss_lru_item_t* ss_lru_item_t::prev

Definition at line 99 of file syncscan.c.

Referenced by ss_search(), and SyncScanShmemInit().


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