|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | fdw_outerpath |
| List * | fdw_restrictinfo |
| List * | fdw_private |
Definition at line 2199 of file pathnodes.h.
| Path* ForeignPath::fdw_outerpath |
Definition at line 2202 of file pathnodes.h.
| List* ForeignPath::fdw_private |
Definition at line 2204 of file pathnodes.h.
| List* ForeignPath::fdw_restrictinfo |
Definition at line 2203 of file pathnodes.h.
| Path ForeignPath::path |
Definition at line 2201 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().