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: pgsql-patches(at)postgresql(dot)org
Subject: Re: several minor cleanups
Date: 2002-06-23 21:33:43
Message-ID: 200206232133.g5NLXhW18345@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

Neil Conway wrote:
> The attached patch fixes some spelling mistakes, makes the
> comments on one of the optimizer functions a lot more
> clear, adds a summary of the recent KSQO discussion to the
> comments in the code, adds regression tests for the bug with
> sequence state Tom fixed recently and another reg. test, and
> removes some PostQuel legacy stuff: ExecAppend -> ExecInsert,
> ExecRetrieve -> ExecSelect, etc. This was changed because the
> elog() messages from this routine are user-visible, so we
> should be using the SQL terms.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilconway(at)rogers(dot)com>
> PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-06-23 21:49:55 Re: [PATCHES] pg_dumpall should permit quiet operation
Previous Message Bruce Momjian 2002-06-23 21:29:34 Re: Patch for memory leaks in index scan