PostgreSQL Source Code  git master
plpgsql_CastHashEntry Struct Reference

Data Fields

plpgsql_CastHashKey key
 
plpgsql_CastExprHashEntrycast_centry
 
ExprStatecast_exprstate
 
bool cast_in_use
 
LocalTransactionId cast_lxid
 

Detailed Description

Definition at line 172 of file pl_exec.c.

Field Documentation

◆ cast_centry

plpgsql_CastExprHashEntry* plpgsql_CastHashEntry::cast_centry

Definition at line 175 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ cast_exprstate

ExprState* plpgsql_CastHashEntry::cast_exprstate

Definition at line 177 of file pl_exec.c.

Referenced by do_cast_value(), and get_cast_hashentry().

◆ cast_in_use

bool plpgsql_CastHashEntry::cast_in_use

Definition at line 178 of file pl_exec.c.

Referenced by do_cast_value(), and get_cast_hashentry().

◆ cast_lxid

LocalTransactionId plpgsql_CastHashEntry::cast_lxid

Definition at line 179 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ key

plpgsql_CastHashKey plpgsql_CastHashEntry::key

Definition at line 174 of file pl_exec.c.


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