]> git.ipfire.org Git - thirdparty/postgresql.git/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:01 +0000 (05:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2005 05:39:01 +0000 (05:39 +0000)
commitc7b94bbad96144d8e31b0437ea40fdb1dd82190c
tree762d100226e18694c616c7285381a0910b072082
parent5eed8ce3820e4b94f356d0a6259f0d4bb52694b5
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