Re: several minor cleanups

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: several minor cleanups
Date: 2002-06-26 21:59:39
Message-ID: 200206262159.g5QLxeg18099@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


OK, I have applied this patch, except for the changes that effect the
elog messages. I will have to take a poll on general before I can make
those changes.

Thanks.

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

Neil Conway wrote:
> On Mon, Jun 24, 2002 at 04:53:17PM -0400, Tom Lane wrote:
> > Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> writes:
> > ***************
> > *** 251,257 ****
> > ExecCheckRTPerms(parseTree->rtable, operation);
> >
> > /*
> > ! * Search for subplans and APPEND nodes to check their rangetables.
> > */
> > ExecCheckPlanPerms(plan, parseTree->rtable, operation);
> > }
> > --- 251,257 ----
> > ExecCheckRTPerms(parseTree->rtable, operation);
> >
> > /*
> > ! * Search for subplans and INSERT nodes to check their rangetables.
> > */
> > ExecCheckPlanPerms(plan, parseTree->rtable, operation);
> > }
> > ***************
> >
> > This comment was right beforehand and is so no longer :-(.
>
> Woops, s/append/insert/g was a bit over-enthusiastic. A revised
> patch is attached (it's also updated for CVS HEAD).
>
> > Otherwise I'm okay with this, if we don't mind the probability of
> > breaking existing client applications that are looking for ExecAppend:
> > messages.
>
> I would be skeptical of any client application that tries to
> divine information about the result of an operation by inspecting
> error messages. IMHO, such an approach is hopelessly fragile
> without error codes (or at least a well-defined set of
> possible errors for a given query).

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 20.3 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-06-26 22:34:38 Re: show() function
Previous Message Peter Eisentraut 2002-06-26 20:45:39 Re: show() function