|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| uint32 | flags |
| List * | custom_paths |
| List * | custom_restrictinfo |
| List * | custom_private |
| const struct CustomPathMethods * | methods |
Definition at line 2229 of file pathnodes.h.
| List* CustomPath::custom_paths |
Definition at line 2234 of file pathnodes.h.
| List* CustomPath::custom_private |
Definition at line 2236 of file pathnodes.h.
| List* CustomPath::custom_restrictinfo |
Definition at line 2235 of file pathnodes.h.
| uint32 CustomPath::flags |
Definition at line 2232 of file pathnodes.h.
| const struct CustomPathMethods* CustomPath::methods |
Definition at line 2237 of file pathnodes.h.
| Path CustomPath::path |
Definition at line 2231 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().