|
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 2080 of file predtest.c.
| bool OprProofCacheEntry::have_implic |
Definition at line 2085 of file predtest.c.
| bool OprProofCacheEntry::have_refute |
Definition at line 2086 of file predtest.c.
| Oid OprProofCacheEntry::implic_test_op |
Definition at line 2089 of file predtest.c.
| OprProofCacheKey OprProofCacheEntry::key |
Definition at line 2083 of file predtest.c.
| Oid OprProofCacheEntry::refute_test_op |
Definition at line 2090 of file predtest.c.
| bool OprProofCacheEntry::same_subexprs_implies |
Definition at line 2087 of file predtest.c.
| bool OprProofCacheEntry::same_subexprs_refutes |
Definition at line 2088 of file predtest.c.