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 <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
