Add some more numeric test coverage
Peter Eisentraut <peter@eisentraut.org>
Add some more numeric test coverage max(numeric) wasn't tested at all, min(numeric) was only used by some unrelated tests. Add explicit tests with the other numeric aggregate functions.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/numeric.out | modified | +12 −0 |
| src/test/regress/sql/numeric.sql | modified | +2 −0 |