Add regression test to catch future breakage of avg(interval). This
Tom Lane <tgl@sss.pgh.pa.us>
Add regression test to catch future breakage of avg(interval). This aggregate seems uniquely fragile, because it's the only one with an agginitval that's at all likely to change in format.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/interval.out | modified | +9 −0 |
| src/test/regress/sql/interval.sql | modified | +6 −0 |