]> granicus.if.org Git - postgresql/commit
The attached patch fixes some spelling mistakes, makes the
authorBruce Momjian <bruce@momjian.us>
Tue, 25 Jun 2002 17:27:20 +0000 (17:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 25 Jun 2002 17:27:20 +0000 (17:27 +0000)
commited275aea4270adf9c3ebeeb65a9a9af7b157e3ca
tree9c7e35a1fc74d42a570951847ddc75df403f43a4
parent8a9462867a112dfb89ef6bae8361d073ec1b13e8
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.

Neil Conway
13 files changed:
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/alter_table.out
src/test/regress/expected/create_misc.out
src/test/regress/expected/domain.out
src/test/regress/expected/insert.out
src/test/regress/expected/select_having.out
src/test/regress/output/constraints.source
src/test/regress/sql/create_misc.sql
src/test/regress/sql/select_having.sql