|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | leftpath |
| Path * | rightpath |
| List * | distinctList |
| int | wtParam |
| Cardinality | numGroups |
Definition at line 2682 of file pathnodes.h.
| List* RecursiveUnionPath::distinctList |
Definition at line 2687 of file pathnodes.h.
| Path* RecursiveUnionPath::leftpath |
Definition at line 2685 of file pathnodes.h.
| Cardinality RecursiveUnionPath::numGroups |
Definition at line 2689 of file pathnodes.h.
| Path RecursiveUnionPath::path |
Definition at line 2684 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| Path* RecursiveUnionPath::rightpath |
Definition at line 2686 of file pathnodes.h.
| int RecursiveUnionPath::wtParam |
Definition at line 2688 of file pathnodes.h.