|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| EquivalenceClass * | ec |
| int | current_relid |
| Relids | child_relids |
| ListCell * | current_cell |
| List * | current_list |
Definition at line 1759 of file pathnodes.h.
| Relids EquivalenceMemberIterator::child_relids |
Definition at line 1765 of file pathnodes.h.
| ListCell* EquivalenceMemberIterator::current_cell |
Definition at line 1767 of file pathnodes.h.
| List* EquivalenceMemberIterator::current_list |
Definition at line 1768 of file pathnodes.h.
| int EquivalenceMemberIterator::current_relid |
Definition at line 1762 of file pathnodes.h.
| EquivalenceClass* EquivalenceMemberIterator::ec |
Definition at line 1761 of file pathnodes.h.