PostgreSQL Source Code  git master
OprProofCacheEntry Struct Reference

Data Fields

OprProofCacheKey key
 
bool have_implic
 
bool have_refute
 
bool same_subexprs_implies
 
bool same_subexprs_refutes
 
Oid implic_test_op
 
Oid refute_test_op
 

Detailed Description

Definition at line 1987 of file predtest.c.

Field Documentation

◆ have_implic

bool OprProofCacheEntry::have_implic

Definition at line 1992 of file predtest.c.

Referenced by InvalidateOprProofCacheCallBack(), and lookup_proof_cache().

◆ have_refute

bool OprProofCacheEntry::have_refute

Definition at line 1993 of file predtest.c.

Referenced by InvalidateOprProofCacheCallBack(), and lookup_proof_cache().

◆ implic_test_op

Oid OprProofCacheEntry::implic_test_op

Definition at line 1996 of file predtest.c.

Referenced by get_btree_test_op(), and lookup_proof_cache().

◆ key

OprProofCacheKey OprProofCacheEntry::key

Definition at line 1990 of file predtest.c.

◆ refute_test_op

Oid OprProofCacheEntry::refute_test_op

Definition at line 1997 of file predtest.c.

Referenced by get_btree_test_op(), and lookup_proof_cache().

◆ same_subexprs_implies

bool OprProofCacheEntry::same_subexprs_implies

Definition at line 1994 of file predtest.c.

Referenced by lookup_proof_cache(), and operator_same_subexprs_lookup().

◆ same_subexprs_refutes

bool OprProofCacheEntry::same_subexprs_refutes

Definition at line 1995 of file predtest.c.

Referenced by lookup_proof_cache(), and operator_same_subexprs_lookup().


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