pgsql: Fix array_typanalyze to work for domains over arrays.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix array_typanalyze to work for domains over arrays.
Date: 2012-09-18 04:31:53
Message-ID: E1TDpTV-0004DK-R2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3f828fae6221d93cbef370f57ab3f234b590ca98

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-09-18 16:21:14 pgsql: Fix planning of btree index scans using ScalarArrayOpExpr quals.
Previous Message Peter Eisentraut 2012-09-18 02:35:14 pgsql: libpq: Add missing directory to installdirs target