pgsql: Instead of trying (and failing) to allow <

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Instead of trying (and failing) to allow <
Дата
Msg-id 20100303015317.E1EFA7541D0@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Instead of trying (and failing) to allow <
Список pgsql-committers
Log Message:
-----------
Instead of trying (and failing) to allow <<label>> at the end of a DECLARE
section, throw an error message saying explicitly that the label must go
before DECLARE.  Per investigation of a recent pgsql-novice question,
this code did not work as intended in any modern PG version, maybe not ever.
Allowing such a thing would only create ambiguity anyway, so it seems better
to remove it than fix it.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.141 -> r1.142)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y?r1=1.141&r2=1.142)

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

Предыдущее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: textsearch-ja - textsearch_senna: win32 ports.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Restructure CREATE FUNCTION "NOTES" section to be shorter; move