|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanKeyData * | scan_key |
| ExprState * | key_expr |
| bool | key_toastable |
Definition at line 1702 of file execnodes.h.
| ExprState* IndexRuntimeKeyInfo::key_expr |
Definition at line 1705 of file execnodes.h.
| bool IndexRuntimeKeyInfo::key_toastable |
Definition at line 1706 of file execnodes.h.
| ScanKeyData* IndexRuntimeKeyInfo::scan_key |
Definition at line 1704 of file execnodes.h.