PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
List * | subpaths |
Cardinality | limit_tuples |
Definition at line 1992 of file pathnodes.h.
Cardinality MergeAppendPath::limit_tuples |
Definition at line 1996 of file pathnodes.h.
Referenced by create_merge_append_path(), and create_merge_append_plan().
Path MergeAppendPath::path |
Definition at line 1994 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 1995 of file pathnodes.h.
Referenced by accumulate_append_subpath(), create_merge_append_path(), create_merge_append_plan(), ExecSupportsMarkRestore(), and get_singleton_append_subpath().