|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | subpaths |
| Cardinality | limit_tuples |
| List * | child_append_relid_sets |
Definition at line 2308 of file pathnodes.h.
| List* MergeAppendPath::child_append_relid_sets |
Definition at line 2313 of file pathnodes.h.
| Cardinality MergeAppendPath::limit_tuples |
Definition at line 2312 of file pathnodes.h.
| Path MergeAppendPath::path |
Definition at line 2310 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* MergeAppendPath::subpaths |
Definition at line 2311 of file pathnodes.h.