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

#include <pathnodes.h>

Data Fields

Path path
 
Listsubpaths
 
Cardinality limit_tuples
 
Listchild_append_relid_sets
 

Detailed Description

Definition at line 2294 of file pathnodes.h.

Field Documentation

◆ child_append_relid_sets

List* MergeAppendPath::child_append_relid_sets

Definition at line 2299 of file pathnodes.h.

◆ limit_tuples

Cardinality MergeAppendPath::limit_tuples

Definition at line 2298 of file pathnodes.h.

◆ path

Path MergeAppendPath::path

Definition at line 2296 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ subpaths

List* MergeAppendPath::subpaths

Definition at line 2297 of file pathnodes.h.


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