pgsql: Re-introduce the yylex filter function formerly used to support

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Re-introduce the yylex filter function formerly used to support
Дата
Msg-id 20060527173846.3C5299FA2D8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Re-introduce the yylex filter function formerly used to support UNION
JOIN, which I removed in a recent fit of over-optimism that we wouldn't
have any future use for it.  Now it's needed to support disambiguating
WITH CHECK OPTION from WITH TIME ZONE.  As proof of concept, add stub
grammar productions for WITH CHECK OPTION.

Modified Files:
--------------
    pgsql/src/backend/parser:
        Makefile (r1.43 -> r1.44)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/Makefile.diff?r1=1.43&r2=1.44)
        gram.y (r2.544 -> r2.545)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.544&r2=2.545)
        parser.c (r1.65 -> r1.66)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parser.c.diff?r1=1.65&r2=1.66)
    pgsql/src/include/parser:
        gramparse.h (r1.36 -> r1.37)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/parser/gramparse.h.diff?r1=1.36&r2=1.37)

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

Предыдущее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: 1.Fix a crash on SQLDisconnect.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix initdb to properly escape quotes and backslashes in the