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

Data Fields

Oid anyelement_type
 
Oid anyarray_type
 
Oid anyrange_type
 
Oid anymultirange_type
 

Detailed Description

Definition at line 35 of file funcapi.c.

Field Documentation

◆ anyarray_type

Oid polymorphic_actuals::anyarray_type

Definition at line 38 of file funcapi.c.

◆ anyelement_type

Oid polymorphic_actuals::anyelement_type

Definition at line 37 of file funcapi.c.

◆ anymultirange_type

Oid polymorphic_actuals::anymultirange_type

Definition at line 40 of file funcapi.c.

◆ anyrange_type

Oid polymorphic_actuals::anyrange_type

Definition at line 39 of file funcapi.c.


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