several minor cleanups

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: several minor cleanups
Date: 2002-05-25 03:51:43
Message-ID: 20020524235143.132784df.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 Content-Type Size
minor-fixes-3.patch application/octet-stream 41.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bear Giles 2002-05-25 03:52:05 SSL (patch 4)
Previous Message Bear Giles 2002-05-25 02:02:28 SSL (patch 3)