Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b37462

Browse files
committed
Add missing translate_columns array entry
This omission caused an assertion error in \dA+.
1 parent 4f04b66 commit 8b37462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/describe.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describeAccessMethods(const char *pattern, bool verbose)
138138
PQExpBufferData buf;
139139
PGresult *res;
140140
printQueryOpt myopt = pset.popt;
141-
static const bool translate_columns[] = {false, true, false};
141+
static const bool translate_columns[] = {false, true, false, false};
142142

143143
if (pset.sversion < 90600)
144144
{

0 commit comments

Comments
 (0)