1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00
Robert Haas f41551f61f Fold vacuum's 'int options' parameter into VacuumParams.
Many places need both, so this allows a few functions to take one
fewer parameter.  More importantly, as soon as we add a VACUUM
option that takes a non-Boolean parameter, we need to replace
'int options' with a struct, and it seems better to think
of adding more fields to VacuumParams rather than passing around
both VacuumParams and a separate struct as well.

Patch by me, reviewed by Masahiko Sawada

Discussion: http://postgr.es/m/CA+Tgmob6g6-s50fyv8E8he7APfwCYYJ4z0wbZC2yZeSz=26CYQ@mail.gmail.com
2019-03-18 13:57:33 -04:00
..
2019-03-11 12:46:41 -07:00
2019-01-02 12:44:25 -05:00
2018-06-25 12:37:18 +02:00
2019-02-03 12:47:26 +01:00
2019-01-02 12:44:25 -05:00
2019-03-11 12:46:41 -07:00
2019-01-02 12:44:25 -05:00
2018-03-30 17:33:04 -07:00
2018-06-25 12:37:18 +02:00