pgsql: Refactor grammar to create opt_utility_option_list - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Refactor grammar to create opt_utility_option_list
Date
Msg-id E1ufFMk-000emS-2R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refactor grammar to create opt_utility_option_list

This changes the grammar for REINDEX, CHECKPOINT, CLUSTER, ANALYZE/ANALYSE;
they still accept the same options as before, but the grammar is written
differently for convenience of future development.

Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/202507231538.ir7pjzoow6oe@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1dfe3ef3f960d6924eb1f18facf4fbdae6e1cc1d

Modified Files
--------------
src/backend/parser/gram.y | 124 +++++++++++++++++++++-------------------------
1 file changed, 56 insertions(+), 68 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix background worker not restarting after crash-and-restart cyc
Next
From: Tom Lane
Date:
Subject: pgsql: Fix dynahash's HASH_FIXED_SIZE ("isfixed") option.