pgsql: Kris Jurka pointed out that the qualified_name production wasn't

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Kris Jurka pointed out that the qualified_name production wasn't
Дата
Msg-id 20041108040227.A158E3A3EEB@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Kris Jurka pointed out that the qualified_name production wasn't
working as intended --- for some reason, FROM a.b.c was getting
parsed as if it were a function name and not a qualified name.
I think there must be a bug in bison, because it should have
complained that the grammar was ambiguous.  Anyway, fix it along
the same lines previously used for func_name vs columnref, and get
rid of the right-recursion in attrs that seems to have confused
bison.

Modified Files:
--------------
    pgsql/src/backend/parser:
        gram.y (r2.479 -> r2.480)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.479&r2=2.480)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix unportable code in SockAddr_cidr_mask: you can't assume that
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Allow win32/cygwin link against the first matching library symbol