PostgreSQL Source Code  git master
ExprEvalRowtypeCache Struct Reference

#include <execExpr.h>

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: