PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
plpgsql_CastHashKey Struct Reference

Data Fields

Oid srctype
 
Oid dsttype
 
int32 srctypmod
 
int32 dsttypmod
 

Detailed Description

Definition at line 151 of file pl_exec.c.

Field Documentation

◆ dsttype

Oid plpgsql_CastHashKey::dsttype

Definition at line 155 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ dsttypmod

int32 plpgsql_CastHashKey::dsttypmod

Definition at line 157 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ srctype

Oid plpgsql_CastHashKey::srctype

Definition at line 154 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ srctypmod

int32 plpgsql_CastHashKey::srctypmod

Definition at line 156 of file pl_exec.c.

Referenced by get_cast_hashentry().


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