Re-order disable_on_error in tab-complete.
authorAmit Kapila <akapila@postgresql.org>
Thu, 7 Jul 2022 03:30:27 +0000 (09:00 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 7 Jul 2022 03:30:27 +0000 (09:00 +0530)
commitd547f7cf5efc531be8587641a5682cc46b37bc81
tree3745ef1fe3dcb724b485ddf64e1f67638dfe670e
parent1409eade9f206baebbe9ed7e18cc9ef2979c6594
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
src/bin/psql/tab-complete.c