]> 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:38:43 +0000 (05:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2005 05:38:43 +0000 (05:38 +0000)
commit58d0214ed8798baa7c4bf4a5089a9d9d39307dda
tree70dc9e43d9182667bd8df691b8bf493066fbb44c
parent8e4b89ccf2884d9646eeaa4fe309d371726ebe24
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