Contents
test_predtest
A test module for checking the optimizer's predicate-proof logic
test_predtest
is a test module for checking the correctness of the optimizer's predicate-proof logic.
test_predtest
was added in PostgreSQL 11.
Source
test_predtest
source is located at src/test/modules/test_predtest/
.
The optimizer predicate-proof logic tested is located in src/backend/optimizer/util/predtest.c
.
Change history
- PostgreSQL 11
- added (commit 44468f49)
References
- Source code README: README