pgsql: Fix translate_columns[] arrays in opfamily-related psql function - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix translate_columns[] arrays in opfamily-related psql function
Date
Msg-id E1jaG4d-00062U-6N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Improve ordering for \dAo and \dAp psql commands
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Cosmetic improvement for psql opfamily-related information