PostgreSQL Source Code: ExprEvalRowtypeCache Struct Reference (original) (raw)

Data Fields

ExprEvalRowtypeCache Struct Reference

#include <[execExpr.h](execExpr%5F8h%5Fsource.html)>

Data Fields
void * cacheptr
uint64 tupdesc_id

Detailed Description

Definition at line 45 of file execExpr.h.

Field Documentation

cacheptr

void* ExprEvalRowtypeCache::cacheptr

Definition at line 53 of file execExpr.h.

Referenced by ExecInitExprRec(), and get_cached_rowtype().

tupdesc_id

uint64 ExprEvalRowtypeCache::tupdesc_id

Definition at line 54 of file execExpr.h.

Referenced by get_cached_rowtype().


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