Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joshua Reich <josh(at)root(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update
Date: 2006-07-27 13:46:31
Message-ID: 6297.1154007991@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-patches

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Diogob 2006-07-27 13:46:53 xlogviewer - xlogdump: Imported Sources
Previous Message User Diogob 2006-07-27 13:44:01 xlogviewer - xlogviewer: Imported Sources

Browse pgsql-hackers by date

  From Date Subject
Next Message Bort, Paul 2006-07-27 14:16:09 Re: GUC with units, details
Previous Message Joshua Reich 2006-07-27 13:39:07 Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update

Browse pgsql-patches by date

  From Date Subject
Next Message Joshua Reich 2006-07-27 14:21:59 Re: [HACKERS] [COMMITTERS] pgsql: /contrib/cube improvements: Update
Previous Message Joshua Reich 2006-07-27 13:39:07 Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update