Julien Rouhaud <rjuju123(at)gmail(dot)com> writes:
> WFM. Updated patch attached, I also removed another similar chunk in
> the same file while at it.
Uh, that looks backwards:
@@ -146,10 +146,6 @@ connectDatabase(const char *dbname, const char *pghost,
exit(1);
}
- if (PQserverVersion(conn) >= 70300)
- PQclear(executeQuery(conn, ALWAYS_SECURE_SEARCH_PATH_SQL,
- progname, echo));
-
return conn;
}
regards, tom lane