1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

No need to add FORMAT to the keyword precedence list

Commit 7081ac46ace8 put it there.  Remove it.
This commit is contained in:
Alvaro Herrera 2023-03-31 11:14:43 +02:00
parent ed94e8563e
commit 47a9709846
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

View File

@ -809,7 +809,6 @@ static Node *makeRecursiveViewSelect(char *relname, List *aliases, Node *query);
/* Precedence: lowest to highest */
%nonassoc SET /* see relation_expr_opt_alias */
%right FORMAT
%left UNION EXCEPT
%left INTERSECT
%left OR