Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update
Date
Msg-id 200608100158.k7A1wc322138@momjian.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Is this being worked on?

---------------------------------------------------------------------------

Tom Lane wrote:
> Joshua Reich <josh@root.net> writes:
> > I'm not sure exactly what to do here. I tried simply doing
> > CREATE TYPE cube;
> 
> > But I still get NOTICE's to the effect of "return type cube is only a 
> > shell" or "argument type cube is only a shell".
> 
> Hmm ... I remembered that we'd discussed suppressing those NOTICEs,
> but I guess we didn't actually do it.
> 
> > I'm not sure how to do this to get zero NOTICES.
> 
> I think what I'd suggest is making earthdistance do
> 
>     SET client_min_messages = warning;
>     include the file
>     RESET client_min_messages;
> 
> This will avoid any future flap in the test output if we do remove
> those notices.
> 
>             regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] pgstattuple extension for indexes
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Resurrecting per-page cleaner for btree