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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/fe2bf8f81096ea1b7b2fc58501309fc5e41ccd47 Modified Files -------------- src/test/regress/expected/numeric.out | 12 ++++++++++++ src/test/regress/sql/numeric.sql | 2 ++ 2 files changed, 14 insertions(+)
