PostgreSQL Source Code
git master
|
#include <execExpr.h>
Data Fields | |
void * | cacheptr |
uint64 | tupdesc_id |
Definition at line 45 of file execExpr.h.
void* ExprEvalRowtypeCache::cacheptr |
Definition at line 53 of file execExpr.h.
Referenced by ExecInitExprRec(), and get_cached_rowtype().
uint64 ExprEvalRowtypeCache::tupdesc_id |
Definition at line 54 of file execExpr.h.
Referenced by get_cached_rowtype().