pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.
Дата
Msg-id E1RvQW4-00044M-Eq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y

These were added to kwlist.h as unreserved keywords in separate patches,
but authors forgot to add them to the corresponding list in gram.y.
Because of that, even though they were supposed to be unreserved keywords,
they could not be used as identifiers. src/tools/check_keywords.pl is your
friend.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/82e73ba0d1f8990a76a20b3a57957e633945fb2b

Modified Files
--------------
src/backend/parser/gram.y |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Throw error sooner for unlogged GiST indexes.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Have pg_receivexlog always send an invalid log position in statu