]> 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:22 +0000 (05:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Apr 2005 05:38:22 +0000 (05:38 +0000)
commit0548497cc5ae9d8e0ab3ae72d7f7f8ad47f9bb84
tree6b1ef89484bc8ea65c8e0271da3efe94c3b4fede
parent56c88772911b4e4c8fbb86d8687d95c3acd38a4f
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