Re: several minor cleanups - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: several minor cleanups
Date
Msg-id 200206251727.g5PHRHk28415@candle.pha.pa.us
Whole thread Raw
In response to several minor cleanups  (Neil Conway <nconway@klamath.dyndns.org>)
Responses Re: several minor cleanups  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: several minor cleanups  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Patch applied.  Thanks.

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



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@rogers.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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026



pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: rtree memory leak patch
Next
From: Tom Lane
Date:
Subject: Re: several minor cleanups