Fix translate_columns[] arrays in opfamily-related psql functions
authorAlexander Korotkov <akorotkov@postgresql.org>
Sun, 17 May 2020 09:53:34 +0000 (12:53 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sun, 17 May 2020 09:53:34 +0000 (12:53 +0300)
commit29b6ddd38d0914340c3c4bb4bb4bd5c4a3c02dca
tree2b939e3b4bea96dc6eea23ab251db787ea9474fe
parentb1953e67e4c481f8d3844dcdd8fdd4054d7e7604
Fix translate_columns[] arrays in opfamily-related psql functions

Make number of translate_columns elements match the number of output columns.
The only "true" value, which was previously specified, seems to be intended
for opfamily operator "purpose" column.  But that column has already translated
values substituted.  So, all elements in translate_columns[] should be "false".
src/bin/psql/describe.c