pgsql: Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE
Дата
Msg-id E1h1PN7-0004hR-9K@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE

This was missing since 803b130, which has introduced the option for the
user-facing VACUUM and ANALYZE.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoD2TMdTxRhZ7WSp940V82_OAyPmgHnbi25UbbArLgA92Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ff9bff0a85b6c23d622b4913ed38f459866f0d3a

Modified Files
--------------
src/bin/psql/tab-complete.c | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Disable dump_connstr test on Msys2
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Increase the default vacuum_cost_limit from 200 to 2000