pgsql: Tweak new error messages to match the actual syntax of DECLARE

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Tweak new error messages to match the actual syntax of DECLARE
Дата
Msg-id 20071025134857.C9FB7754229@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Tweak new error messages to match the actual syntax of DECLARE CURSOR.
(Last night I copied-and-pasted from the WITH HOLD case, but that's
wrong because of the bizarrely irregular syntax specified by the standard.)

Modified Files:
--------------
    pgsql/src/backend/executor:
        spi.c (r1.182 -> r1.183)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/spi.c?r1=1.182&r2=1.183)
    pgsql/src/backend/parser:
        analyze.c (r1.368 -> r1.369)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c?r1=1.368&r2=1.369)

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

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Use more real-world examples in the text search parser
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Extract catalog info for error reporting before an error actually