PostgreSQL Source Code  git master
plpgsql_CastHashKey Struct Reference

Data Fields

Oid srctype
 
Oid dsttype
 
int32 srctypmod
 
int32 dsttypmod
 

Detailed Description

Definition at line 156 of file pl_exec.c.

Field Documentation

◆ dsttype

Oid plpgsql_CastHashKey::dsttype

Definition at line 160 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ dsttypmod

int32 plpgsql_CastHashKey::dsttypmod

Definition at line 162 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ srctype

Oid plpgsql_CastHashKey::srctype

Definition at line 159 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ srctypmod

int32 plpgsql_CastHashKey::srctypmod

Definition at line 161 of file pl_exec.c.

Referenced by get_cast_hashentry().


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