Commit 8b374620 authored by Alvaro Herrera's avatar Alvaro Herrera

Add missing translate_columns array entry

This omission caused an assertion error in \dA+.
parent 4f04b66f
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment