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".
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/29b6ddd38d0914340c3c4bb4bb4bd5c4a3c02dca Modified Files -------------- src/bin/psql/describe.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
