pgsql: Fix vacuumdb to pass buffer-usage-limit with analyze-only mode

2023-09-20 Thread David Rowley
Fix vacuumdb to pass buffer-usage-limit with analyze-only mode ae78cae3b added the --buffer-usage-limit to vacuumdb to allow it to include the BUFFER_USAGE_LIMIT option in the VACUUM command. Unfortunately, that commit forgot to adjust the code so the option was added to the ANALYZE command when t

pgsql: Fix vacuumdb to pass buffer-usage-limit with analyze-only mode

2023-09-20 Thread David Rowley
Fix vacuumdb to pass buffer-usage-limit with analyze-only mode ae78cae3b added the --buffer-usage-limit to vacuumdb to allow it to include the BUFFER_USAGE_LIMIT option in the VACUUM command. Unfortunately, that commit forgot to adjust the code so the option was added to the ANALYZE command when t