|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | fdw_outerpath |
| List * | fdw_restrictinfo |
| List * | fdw_private |
Definition at line 2193 of file pathnodes.h.
| Path* ForeignPath::fdw_outerpath |
Definition at line 2196 of file pathnodes.h.
| List* ForeignPath::fdw_private |
Definition at line 2198 of file pathnodes.h.
| List* ForeignPath::fdw_restrictinfo |
Definition at line 2197 of file pathnodes.h.
| Path ForeignPath::path |
Definition at line 2195 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().