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 598 of file primnodes.h.

Field Documentation

◆ location

ParseLoc MergeSupportFunc::location

Definition at line 606 of file primnodes.h.

Referenced by replace_outer_merge_support(), and transformMergeSupportFunc().

◆ msfcollid

Oid MergeSupportFunc::msfcollid

Definition at line 604 of file primnodes.h.

◆ msftype

Oid MergeSupportFunc::msftype

Definition at line 602 of file primnodes.h.

◆ xpr

Expr MergeSupportFunc::xpr

Definition at line 600 of file primnodes.h.


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