PostgreSQL Source Code
git master
|
#include <plannodes.h>
Definition at line 230 of file plannodes.h.
List* ModifyTable::arbiterIndexes |
Definition at line 247 of file plannodes.h.
Referenced by ExecInitModifyTable(), make_modifytable(), and show_modifytable_info().
bool ModifyTable::canSetTag |
Definition at line 234 of file plannodes.h.
Referenced by ExecInitModifyTable(), and make_modifytable().
int ModifyTable::epqParam |
Definition at line 245 of file plannodes.h.
Referenced by ExecInitModifyTable(), finalize_plan(), and make_modifytable().
Index ModifyTable::exclRelRTI |
Definition at line 251 of file plannodes.h.
Referenced by make_modifytable().
List* ModifyTable::exclRelTlist |
Definition at line 252 of file plannodes.h.
Referenced by make_modifytable().
Bitmapset* ModifyTable::fdwDirectModifyPlans |
Definition at line 243 of file plannodes.h.
Referenced by ExecInitModifyTable(), and make_modifytable().
List* ModifyTable::fdwPrivLists |
Definition at line 242 of file plannodes.h.
Referenced by ExecInitModifyTable(), make_modifytable(), and show_modifytable_info().
List* ModifyTable::mergeActionLists |
Definition at line 253 of file plannodes.h.
Referenced by ExecInitMerge(), ExecInitModifyTable(), ExecInitPartitionInfo(), and make_modifytable().
List* ModifyTable::mergeJoinConditions |
Definition at line 255 of file plannodes.h.
Referenced by ExecInitMerge(), ExecInitPartitionInfo(), and make_modifytable().
Index ModifyTable::nominalRelation |
Definition at line 235 of file plannodes.h.
Referenced by make_modifytable(), and show_modifytable_info().
OnConflictAction ModifyTable::onConflictAction |
Definition at line 246 of file plannodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), ExecInsert(), make_modifytable(), and show_modifytable_info().
List* ModifyTable::onConflictCols |
Definition at line 249 of file plannodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), and make_modifytable().
List* ModifyTable::onConflictSet |
Definition at line 248 of file plannodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), finalize_plan(), and make_modifytable().
Node* ModifyTable::onConflictWhere |
Definition at line 250 of file plannodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), finalize_plan(), make_modifytable(), and show_modifytable_info().
CmdType ModifyTable::operation |
Definition at line 233 of file plannodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), make_modifytable(), and show_modifytable_info().
bool ModifyTable::partColsUpdated |
Definition at line 237 of file plannodes.h.
Referenced by make_modifytable().
Plan ModifyTable::plan |
Definition at line 232 of file plannodes.h.
Referenced by make_modifytable().
List* ModifyTable::resultRelations |
Definition at line 238 of file plannodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), and make_modifytable().
List* ModifyTable::returningLists |
Definition at line 241 of file plannodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), finalize_plan(), and make_modifytable().
Index ModifyTable::rootRelation |
Definition at line 236 of file plannodes.h.
Referenced by ExecInitModifyTable(), and make_modifytable().
List* ModifyTable::rowMarks |
Definition at line 244 of file plannodes.h.
Referenced by ExecInitModifyTable(), and make_modifytable().
List* ModifyTable::updateColnosLists |
Definition at line 239 of file plannodes.h.
Referenced by ExecInitUpdateProjection(), and make_modifytable().
List* ModifyTable::withCheckOptionLists |
Definition at line 240 of file plannodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), and make_modifytable().