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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy