|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | subpaths |
| Cardinality | limit_tuples |
Definition at line 2201 of file pathnodes.h.
| Cardinality MergeAppendPath::limit_tuples |
Definition at line 2205 of file pathnodes.h.
Referenced by create_merge_append_path(), and create_merge_append_plan().
| Path MergeAppendPath::path |
Definition at line 2203 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_merge_append_path(), and create_merge_append_plan().
| List* MergeAppendPath::subpaths |
Definition at line 2204 of file pathnodes.h.
Referenced by accumulate_append_subpath(), create_merge_append_path(), create_merge_append_plan(), ExecSupportsMarkRestore(), and get_singleton_append_subpath().