pgsql: Update dummy CREATE ASSERTION grammar

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Update dummy CREATE ASSERTION grammar
Дата
Msg-id E1g581Z-0007DO-B8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update dummy CREATE ASSERTION grammar

While we are probably still far away from fully implementing
assertions, all patch proposals appear to take issue with the existing
dummy grammar CREATE/DROP ASSERTION productions, so update those a
little bit.  Rename the rule, use any_name instead of name, and remove
some unused code.  Also remove the production for DROP ASSERTION,
since that would most likely be handled via the generic DROP support.

extracted from a patch by Joe Wildish

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a49ceda6a044c2fc104b3d1397fe0bef8679d1aa

Modified Files
--------------
src/backend/parser/gram.y | 39 +++++++--------------------------------
1 file changed, 7 insertions(+), 32 deletions(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Improve test coverage of geometric types
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Convert elog.c's useful_strerror() into a globally-usedstrerror