Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4d2fa58aeab8866f983bbf5bee92df6656213029
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-12-14T19:46:02Z
Releases: 8.3.6
Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an
actual argument type of ANYARRAY to match an argument declared ANYARRAY,
so long as ANYELEMENT etc aren't used.  I had overlooked the fact that this
is a possible case while fixing bug #3852; but it is possible because
pg_statistic contains columns declared ANYARRAY.  Per gripe from Corey Horton.

Files