pgsql: Re-order disable_on_error in tab-complete.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Re-order disable_on_error in tab-complete.
Дата
Msg-id E1o9Iha-001a98-TT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Re-order disable_on_error in tab-complete.

By convention, the tab-complete subscription parameters are listed in the
COMPLETE_WITH lists in alphabetical order, but when the "disable_on_error"
parameter was introduced this was not done.

This patch just tidies that up.

Reported-by: Peter Smith
Author: Peter Smith
Reviewed-by: Euler Taveira, Takamichi Osumi
Backpatch-through: 15, where it was introduced
Discussion: https://postgr.es/m/CAHut+PucvKZgg_eJzUW--iL6DXHg1Jwj6F09tQziE3kUF67uLg@mail.gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2d94d090e4dc830bf2f1c342720330d092c443f9

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


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Clean up some includes and comments in TAP test scripts
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Make Windows 10 the minimal runtime requirement for WIN32