PGresult *res;
printQueryOpt myopt = pset.popt;
bool have_where = false;
- static const bool translate_columns[] = {false, false, false, false, false,
- false, false, false};
+ static const bool translate_columns[] = {false, false, false, false, false, false, false};
initPQExpBuffer(&buf);
PGresult *res;
printQueryOpt myopt = pset.popt;
bool have_where = false;
- static const bool translate_columns[] = {false, false, false, false, false,
- false, false, false};
+ static const bool translate_columns[] = {false, false, false, false};
initPQExpBuffer(&buf);
printQueryOpt myopt = pset.popt;
bool have_where = false;
- static const bool translate_columns[] = {false, false, false, false, false,
- false, false, true, false};
+ static const bool translate_columns[] = {false, false, false, false, false, false};
initPQExpBuffer(&buf);
PGresult *res;
printQueryOpt myopt = pset.popt;
bool have_where = false;
- static const bool translate_columns[] = {false, false, false, false, false, false, false};
+ static const bool translate_columns[] = {false, false, false, false, false, false};
initPQExpBuffer(&buf);