|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | subpaths |
| int | first_partial_path |
| Cardinality | limit_tuples |
| List * | child_append_relid_sets |
Definition at line 2281 of file pathnodes.h.
| List* AppendPath::child_append_relid_sets |
Definition at line 2288 of file pathnodes.h.
| int AppendPath::first_partial_path |
Definition at line 2286 of file pathnodes.h.
| Cardinality AppendPath::limit_tuples |
Definition at line 2287 of file pathnodes.h.
| Path AppendPath::path |
Definition at line 2283 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* AppendPath::subpaths |
Definition at line 2284 of file pathnodes.h.