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

Data Fields

Oid srctype
 
Oid dsttype
 
int32 srctypmod
 
int32 dsttypmod
 

Detailed Description

Definition at line 152 of file pl_exec.c.

Field Documentation

◆ dsttype

Oid plpgsql_CastHashKey::dsttype

Definition at line 156 of file pl_exec.c.

◆ dsttypmod

int32 plpgsql_CastHashKey::dsttypmod

Definition at line 158 of file pl_exec.c.

◆ srctype

Oid plpgsql_CastHashKey::srctype

Definition at line 155 of file pl_exec.c.

◆ srctypmod

int32 plpgsql_CastHashKey::srctypmod

Definition at line 157 of file pl_exec.c.


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