Fix translate_columns[] arrays in opfamily-related psql functions

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 29b6ddd38d0914340c3c4bb4bb4bd5c4a3c02dca
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2020-05-17T09:53:34Z
Releases: 13.0
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".

Files

PathChange+/−
src/bin/psql/describe.c modified +4 −7