pgsql/src/include/nodes (parsenodes.h)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/nodes (parsenodes.h)
Дата
Msg-id 200010070058.e970wLR83580@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Friday, October  6, 2000 @ 20:58:21
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/nodes
     from hub.org:/home/projects/pgsql/tmp/cvs-serv83509/src/include/nodes

Modified Files:
    parsenodes.h

-----------------------------  Log Message  -----------------------------

Arrange that no database accesses are attempted during parser() --- this
took some rejiggering of typename and ACL parsing, as well as moving
parse_analyze call out of parser().  Restructure postgres.c processing
so that parse analysis and rewrite are skipped when in abort-transaction
state.  Only COMMIT and ABORT statements will be processed beyond the raw
parser() phase.  This addresses problem of parser failing with database access
errors while in aborted state (see pghackers discussions around 7/28/00).
Also fix some bugs with COMMIT/ABORT statements appearing in the middle of
a single query input string.
Function, operator, and aggregate arguments/results can now use full
TypeName production, in particular foo[] for array types.
DROP OPERATOR and COMMENT ON OPERATOR were broken for unary operators.
Allow CREATE AGGREGATE to accept unquoted numeric constants for initcond.

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/commands (comment.c define.c remove.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/tcop (tcopprot.h)