]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Refactor grammar to create opt_utility_option_list
authorÁlvaro Herrera <alvherre@kurilemu.de>
Fri, 25 Jul 2025 10:03:19 +0000 (12:03 +0200)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Fri, 25 Jul 2025 10:03:19 +0000 (12:03 +0200)
commit1dfe3ef3f960d6924eb1f18facf4fbdae6e1cc1d
treefbe91bf566ea49a947b4aa6a289eb25f45d015fb
parentb5d084c5353f29e2e217dfa86f327e14d02998c1
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
src/backend/parser/gram.y