From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove precedence hacks no longer needed without postfix operato |
Date: | 2020-09-19 19:11:33 |
Message-ID: | E1kJiGj-0008CJ-RD@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove precedence hacks no longer needed without postfix operators.
It's no longer necessary to assign explicit precedences to GENERATED,
NULL_P, PRESERVE, or STRIP_P.
Actually, we don't need to assign precedence to IDENT either; that was
really just there to govern the behavior of target_el's "a_expr IDENT"
production, which no longer ends with that terminal. However, it seems
like a good idea to continue to do so, because it provides a reference
point for a precedence level that we can assign to other unreserved
keywords that lack a natural precedence level.
Research by Peter Eisentraut and John Naylor; comment rewrite by me.
Discussion: https://postgr.es/m/38ca86db-42ab-9b48-2902-337a0d6b8311@2ndquadrant.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/28a61fc6c58fbfb83e416411f55e7d6ec47279ff
Modified Files
--------------
src/backend/parser/gram.y | 34 +++++++++++++++-------------------
1 file changed, 15 insertions(+), 19 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2020-09-20 03:19:53 | Re: pgsql: Doc: fill in "major enhancements" list in v13 release notes. |
Previous Message | Peter Eisentraut | 2020-09-19 11:34:41 | pgsql: Remove unused parameters |