PostgreSQL Source Code
git master
|
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 |
Definition at line 1943 of file predtest.c.
bool OprProofCacheEntry::have_implic |
Definition at line 1948 of file predtest.c.
Referenced by InvalidateOprProofCacheCallBack(), and lookup_proof_cache().
bool OprProofCacheEntry::have_refute |
Definition at line 1949 of file predtest.c.
Referenced by InvalidateOprProofCacheCallBack(), and lookup_proof_cache().
Oid OprProofCacheEntry::implic_test_op |
Definition at line 1952 of file predtest.c.
Referenced by get_btree_test_op(), and lookup_proof_cache().
OprProofCacheKey OprProofCacheEntry::key |
Definition at line 1946 of file predtest.c.
Oid OprProofCacheEntry::refute_test_op |
Definition at line 1953 of file predtest.c.
Referenced by get_btree_test_op(), and lookup_proof_cache().
bool OprProofCacheEntry::same_subexprs_implies |
Definition at line 1950 of file predtest.c.
Referenced by lookup_proof_cache(), and operator_same_subexprs_lookup().
bool OprProofCacheEntry::same_subexprs_refutes |
Definition at line 1951 of file predtest.c.
Referenced by lookup_proof_cache(), and operator_same_subexprs_lookup().