|
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 2294 of file pathnodes.h.
| List* MergeAppendPath::child_append_relid_sets |
Definition at line 2299 of file pathnodes.h.
| Cardinality MergeAppendPath::limit_tuples |
Definition at line 2298 of file pathnodes.h.
| Path MergeAppendPath::path |
Definition at line 2296 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* MergeAppendPath::subpaths |
Definition at line 2297 of file pathnodes.h.