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 1942 of file pathnodes.h.
List* CustomPath::custom_paths |
Definition at line 1947 of file pathnodes.h.
Referenced by create_customscan_plan(), path_is_reparameterizable_by_child(), and reparameterize_path_by_child().
List* CustomPath::custom_private |
Definition at line 1949 of file pathnodes.h.
Referenced by reparameterize_path_by_child().
List* CustomPath::custom_restrictinfo |
Definition at line 1948 of file pathnodes.h.
Referenced by reparameterize_path_by_child().
uint32 CustomPath::flags |
Definition at line 1945 of file pathnodes.h.
const struct CustomPathMethods* CustomPath::methods |
Definition at line 1950 of file pathnodes.h.
Referenced by create_customscan_plan(), and reparameterize_path_by_child().
Path CustomPath::path |
Definition at line 1944 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_customscan_plan(), and reparameterize_path_by_child().