Skip to content
Snippets Groups Projects
Commit 8b374620 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Add missing translate_columns array entry

This omission caused an assertion error in \dA+.
parent 4f04b66f
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ describeAccessMethods(const char *pattern, bool verbose)
PQExpBufferData buf;
PGresult *res;
printQueryOpt myopt = pset.popt;
static const bool translate_columns[] = {false, true, false};
static const bool translate_columns[] = {false, true, false, false};
if (pset.sversion < 90600)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment