Improve test coverage for functional dependencies
Tomas Vondra <tomas.vondra@postgresql.org>
Improve test coverage for functional dependencies The regression tests for functional dependencies were only using clauses of the form (Var op Const), i.e. with Var on the left side. This adds a couple of queries with Var on the right, to test other code paths. It also prints one of the functional dependencies, to test the data type output function. The functional dependencies are "perfect" with degree of 1.0 so this should be stable. Discussion: https://www.postgresql.org/message-id/flat/20200113230008.g67iyk4cs3xbnjju@development Author: Tomas Vondra
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/stats_ext.out | modified | +31 −0 |
| src/test/regress/sql/stats_ext.sql | modified | +7 −0 |
Discussion
- Additional improvements to extended statistics 40 messages · 2020-01-13 → 2020-12-08