PostgreSQL Source Code git master
MergeSupportFunc Struct Reference

#include <primnodes.h>

Data Fields

Expr xpr
 
Oid msftype
 
Oid msfcollid
 
ParseLoc location
 

Detailed Description

Definition at line 645 of file primnodes.h.

Field Documentation

◆ location

ParseLoc MergeSupportFunc::location

Definition at line 653 of file primnodes.h.

Referenced by replace_outer_merge_support(), and transformMergeSupportFunc().

◆ msfcollid

Oid MergeSupportFunc::msfcollid

Definition at line 651 of file primnodes.h.

◆ msftype

Oid MergeSupportFunc::msftype

Definition at line 649 of file primnodes.h.

◆ xpr

Expr MergeSupportFunc::xpr

Definition at line 647 of file primnodes.h.


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