pgsql: Re-order disable_on_error in tab-complete.

2022-07-06 Thread Amit Kapila
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 Aut

pgsql: Re-order disable_on_error in tab-complete.

2022-07-06 Thread Amit Kapila
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 Aut