The attached patch fixes some spelling mistakes, makes the
authorBruce Momjian <bruce@momjian.us>
Wed, 26 Jun 2002 21:58:56 +0000 (21:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 26 Jun 2002 21:58:56 +0000 (21:58 +0000)
commit895a0d61b0391083be4a3859ceb30bc3d99704ce
tree6f4849ef8df56d63e313391daa7620b064d0853c
parent55c6f84df6e485aff43faf0b17ede16edb6c8837
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.

Error messages remain unchanged until a vote.

Neil Conway
src/backend/executor/execMain.c
src/backend/executor/execUtils.c
src/backend/optimizer/path/costsize.c
src/backend/optimizer/prep/_deadcode/prepkeyset.c
src/include/executor/executor.h
src/test/regress/expected/create_misc.out
src/test/regress/expected/select_having.out
src/test/regress/sql/create_misc.sql
src/test/regress/sql/select_having.sql