|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | subpaths |
| int | first_partial_path |
| Cardinality | limit_tuples |
Definition at line 2255 of file pathnodes.h.
| int AppendPath::first_partial_path |
Definition at line 2260 of file pathnodes.h.
| Cardinality AppendPath::limit_tuples |
Definition at line 2261 of file pathnodes.h.
| Path AppendPath::path |
Definition at line 2257 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* AppendPath::subpaths |
Definition at line 2258 of file pathnodes.h.