mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 21:39:18 -04:00
a9d5f30be3
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.