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

#include <primnodes.h>

Data Fields

Expr xpr
 
Oid msftype
 
Oid msfcollid
 
ParseLoc location
 

Detailed Description

Definition at line 661 of file primnodes.h.

Field Documentation

◆ location

ParseLoc MergeSupportFunc::location

Definition at line 669 of file primnodes.h.

Referenced by transformMergeSupportFunc().

◆ msfcollid

Oid MergeSupportFunc::msfcollid

Definition at line 667 of file primnodes.h.

◆ msftype

Oid MergeSupportFunc::msftype

Definition at line 665 of file primnodes.h.

◆ xpr

Expr MergeSupportFunc::xpr

Definition at line 663 of file primnodes.h.


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