PostgreSQL Source Code  git master
ss_scan_locations_t Struct Reference

Data Fields

ss_lru_item_thead
 
ss_lru_item_ttail
 
ss_lru_item_t items [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 104 of file syncscan.c.

Field Documentation

◆ head

ss_lru_item_t* ss_scan_locations_t::head

Definition at line 106 of file syncscan.c.

Referenced by ss_search(), and SyncScanShmemInit().

◆ items

ss_lru_item_t ss_scan_locations_t::items[FLEXIBLE_ARRAY_MEMBER]

Definition at line 108 of file syncscan.c.

Referenced by SyncScanShmemInit().

◆ tail

ss_lru_item_t* ss_scan_locations_t::tail

Definition at line 107 of file syncscan.c.

Referenced by ss_search(), and SyncScanShmemInit().


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