Re: BUG #8684: Tables with custom range domain type cannot be analyzed

From: Brett Neumeier <bneumeier(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8684: Tables with custom range domain type cannot be analyzed
Date: 2013-12-24 22:42:50
Message-ID: CAGSetNsPejdMATp8xoKKLYcHXeYYRB8TW-ft3u6g7Xv3VjATbg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Dec 23, 2013 at 9:20 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> bneumeier(at)gmail(dot)com writes:
> > [ ANALYZE doesn't work on a domain over a range type ]
>
> Fixed, thanks for the report! Patch against 9.3 is here:
>
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=663f8419b6e75b6ebc4c22d10fbe55f133f768e0
>

Thank you Mr Lane! Your help is very much appreciated. I've confirmed that
this fixes the issue we were having.

--
Brett Neumeier (bneumeier(at)gmail(dot)com)

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Janes 2013-12-25 18:28:55 BUG #8687: HashAggregate runs out of memory
Previous Message Tom Lane 2013-12-24 22:14:20 Re: assertion failure in WITHIN GROUP patch