Thread: pgsql: Fix array_typanalyze to work for domains over arrays.

pgsql: Fix array_typanalyze to work for domains over arrays.

From
Tom Lane
Date:
Fix array_typanalyze to work for domains over arrays.

Not sure how we missed this case, but we did.  Per bug #7551 from
Diego de Lima.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/66762ce5fa9f2e82003208e4deba465f438e8505

Modified Files
--------------
src/backend/utils/adt/array_typanalyze.c |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)