pgsql: Fix array_typanalyze to work for domains over arrays. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix array_typanalyze to work for domains over arrays.
Date
Msg-id E1TDpTV-0004DM-Rm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix array_typanalyze to work for domains over arrays.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix planning of btree index scans using ScalarArrayOpExpr quals.