PostgreSQL Source Code  git master
missing_cache_key Struct Reference

Data Fields

int len
 
Datum value
 

Detailed Description

Definition at line 91 of file heaptuple.c.

Field Documentation

◆ len

int missing_cache_key::len

Definition at line 93 of file heaptuple.c.

Referenced by missing_hash(), and missing_match().

◆ value

Datum missing_cache_key::value

Definition at line 94 of file heaptuple.c.

Referenced by getmissingattr(), missing_hash(), and missing_match().


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