|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanKeyData * | scan_key |
| ExprState * | key_expr |
| bool | key_toastable |
Definition at line 1663 of file execnodes.h.
| ExprState* IndexRuntimeKeyInfo::key_expr |
Definition at line 1666 of file execnodes.h.
Referenced by ExecIndexBuildScanKeys(), and ExecIndexEvalRuntimeKeys().
| bool IndexRuntimeKeyInfo::key_toastable |
Definition at line 1667 of file execnodes.h.
Referenced by ExecIndexBuildScanKeys().
| ScanKeyData* IndexRuntimeKeyInfo::scan_key |
Definition at line 1665 of file execnodes.h.
Referenced by ExecIndexBuildScanKeys(), and ExecIndexEvalRuntimeKeys().