From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Joshua Reich <josh(at)root(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update |
Date: | 2006-08-10 01:58:38 |
Message-ID: | 200608100158.k7A1wc322138@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers pgsql-patches |
Is this being worked on?
---------------------------------------------------------------------------
Tom Lane wrote:
> Joshua Reich <josh(at)root(dot)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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-08-10 02:06:23 | Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update |
Previous Message | Bruce Momjian | 2006-08-10 01:45:17 | pgsql: Move Win32 inline define to win32.h so it is found, rather than |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-08-10 02:00:02 | Re: [HACKERS] Resurrecting per-page cleaner for btree |
Previous Message | Bruce Momjian | 2006-08-10 01:56:49 | Re: pgstattuple extension for indexes |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-08-10 02:00:02 | Re: [HACKERS] Resurrecting per-page cleaner for btree |
Previous Message | Bruce Momjian | 2006-08-10 01:56:49 | Re: pgstattuple extension for indexes |