PostgreSQL Source Code
git master
|
#include <heapam.h>
Data Fields | |
IndexFetchTableData | xs_base |
Buffer | xs_cbuf |
IndexFetchTableData IndexFetchHeapData::xs_base |
Definition at line 117 of file heapam.h.
Referenced by heapam_index_fetch_begin(), and heapam_index_fetch_tuple().
Buffer IndexFetchHeapData::xs_cbuf |
Definition at line 119 of file heapam.h.
Referenced by heapam_index_fetch_begin(), heapam_index_fetch_reset(), and heapam_index_fetch_tuple().