]> granicus.if.org Git - postgresql/commit
Allow existing VACUUM options to take a Boolean argument.
authorRobert Haas <rhaas@postgresql.org>
Fri, 29 Mar 2019 12:22:49 +0000 (08:22 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 29 Mar 2019 12:22:49 +0000 (08:22 -0400)
commit41b54ba78e8c4d64679ba4daf82e4e2efefe1922
treed0a1d613c35305bc904174da0ee27656acdf3955
parentc900c15269f0f900d666bd1b0c6df3eff5098678
Allow existing VACUUM options to take a Boolean argument.

This makes VACUUM work more like EXPLAIN already does without changing
the meaning of any commands that already work.  It is intended to
facilitate the addition of future VACUUM options that may take
non-Boolean parameters or that default to false.

Masahiko Sawada, reviewed by me.

Discussion: http://postgr.es/m/CA+TgmobpYrXr5sUaEe_T0boabV0DSm=utSOZzwCUNqfLEEm8Mw@mail.gmail.com
Discussion: http://postgr.es/m/CAD21AoBaFcKBAeL5_++j+Vzir2vBBcF4juW7qH8b3HsQY=Q6+w@mail.gmail.com
doc/src/sgml/ref/vacuum.sgml
src/backend/commands/vacuum.c
src/backend/parser/gram.y
src/bin/psql/tab-complete.c