PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ForeignPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathfdw_outerpath
 
Listfdw_restrictinfo
 
Listfdw_private
 

Detailed Description

Definition at line 2193 of file pathnodes.h.

Field Documentation

◆ fdw_outerpath

Path* ForeignPath::fdw_outerpath

Definition at line 2196 of file pathnodes.h.

◆ fdw_private

List* ForeignPath::fdw_private

Definition at line 2198 of file pathnodes.h.

◆ fdw_restrictinfo

List* ForeignPath::fdw_restrictinfo

Definition at line 2197 of file pathnodes.h.

◆ path

Path ForeignPath::path

Definition at line 2195 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().


The documentation for this struct was generated from the following file: