pgsql: Fix ANALYZE failure on a column that's a domain over a range.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ANALYZE failure on a column that's a domain over a range.
Date: 2013-12-24 03:19:00
Message-ID: E1VvIWK-0006VS-Po@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ANALYZE failure on a column that's a domain over a range.

Most other range operations seem to work all right on domains,
but this one not so much, at least not since commit 918eee0c.
Per bug #8684 from Brett Neumeier.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/663f8419b6e75b6ebc4c22d10fbe55f133f768e0

Modified Files
--------------
src/backend/utils/adt/rangetypes_typanalyze.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-12-24 15:58:04 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69
Previous Message Robert Haas 2013-12-24 01:52:46 pgsql: Revise documentation for new freezing method.