OSDN Git Service

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)
commit73ad6ca96ce2e2cfb729f866348d4c7c16251aab
tree57d4bf0aba70101d673bf0c8d35426d019119539
parent893fe4919db8785bf310fc7442087f6cb97f64c8
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