|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| NodeTag | type |
| char * | fp_rangeName |
| Oid | fp_rangeType |
| int | fp_rangeAttno |
| Datum | fp_targetRange |
| TypeCacheEntry * | fp_leftoverstypcache |
| TupleTableSlot * | fp_Existing |
| TupleTableSlot * | fp_Leftover |
Definition at line 473 of file execnodes.h.
| TupleTableSlot* ForPortionOfState::fp_Existing |
Definition at line 482 of file execnodes.h.
Referenced by ExecForPortionOfLeftovers().
| TupleTableSlot* ForPortionOfState::fp_Leftover |
Definition at line 483 of file execnodes.h.
| TypeCacheEntry* ForPortionOfState::fp_leftoverstypcache |
Definition at line 481 of file execnodes.h.
| int ForPortionOfState::fp_rangeAttno |
Definition at line 479 of file execnodes.h.
| char* ForPortionOfState::fp_rangeName |
Definition at line 477 of file execnodes.h.
| Oid ForPortionOfState::fp_rangeType |
Definition at line 478 of file execnodes.h.
| Datum ForPortionOfState::fp_targetRange |
Definition at line 480 of file execnodes.h.
| NodeTag ForPortionOfState::type |
Definition at line 475 of file execnodes.h.