Re: several minor cleanups - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: several minor cleanups
Date
Msg-id 200206251758.g5PHwAK02491@candle.pha.pa.us
Whole thread Raw
In response to Re: several minor cleanups  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian wrote:
>
> Patch applied.  Thanks.

Patch backed out. I had old version and needs cleanup.

>
> ---------------------------------------------------------------------------
>
>
>
> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>
>

--
  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: BufMgr cleanup
Next
From: Bruce Momjian
Date:
Subject: Re: several minor cleanups