|
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 2249 of file pathnodes.h.
| List* CustomPath::custom_paths |
Definition at line 2254 of file pathnodes.h.
| List* CustomPath::custom_private |
Definition at line 2256 of file pathnodes.h.
| List* CustomPath::custom_restrictinfo |
Definition at line 2255 of file pathnodes.h.
| uint32 CustomPath::flags |
Definition at line 2252 of file pathnodes.h.
| const struct CustomPathMethods* CustomPath::methods |
Definition at line 2257 of file pathnodes.h.
| Path CustomPath::path |
Definition at line 2251 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().