PostgreSQL Source Code
git master
|
Data Fields | |
plpgsql_CastHashKey | key |
plpgsql_CastExprHashEntry * | cast_centry |
ExprState * | cast_exprstate |
bool | cast_in_use |
LocalTransactionId | cast_lxid |
plpgsql_CastExprHashEntry* plpgsql_CastHashEntry::cast_centry |
Definition at line 170 of file pl_exec.c.
Referenced by get_cast_hashentry().
ExprState* plpgsql_CastHashEntry::cast_exprstate |
Definition at line 172 of file pl_exec.c.
Referenced by do_cast_value(), and get_cast_hashentry().
bool plpgsql_CastHashEntry::cast_in_use |
Definition at line 173 of file pl_exec.c.
Referenced by do_cast_value(), and get_cast_hashentry().
LocalTransactionId plpgsql_CastHashEntry::cast_lxid |
Definition at line 174 of file pl_exec.c.
Referenced by get_cast_hashentry().
plpgsql_CastHashKey plpgsql_CastHashEntry::key |