]> granicus.if.org Git - postgresql/commit
int_aggregate's int_enum() doesn't work correctly with arrays that
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2005 05:39:19 +0000 (05:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2005 05:39:19 +0000 (05:39 +0000)
commitca1e578d62e21d1aef13e6b556f70fbf77216bfe
tree917e33811ab2f9475cdc948cd52bbc21a39e0ccd
parentdaa7e6604ca20e271d7a737379e94d3ee4cd29c6
int_aggregate's int_enum() doesn't work correctly with arrays that
aren't 1-D, so give an error message instead of failing.  Per report
from Ron Mayer.
contrib/intagg/int_aggregate.c