pgsql: Update dummy CREATE ASSERTION grammar - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update dummy CREATE ASSERTION grammar
Date
Msg-id E1g581Z-0007DO-B8@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Improve test coverage of geometric types
Next
From: Tom Lane
Date:
Subject: pgsql: Convert elog.c's useful_strerror() into a globally-usedstrerror