diff options
Diffstat (limited to 'src/test/examples/testlo64.c')
-rw-r--r-- | src/test/examples/testlo64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/testlo64.c b/src/test/examples/testlo64.c index 5512107dfad..94a1d79a15d 100644 --- a/src/test/examples/testlo64.c +++ b/src/test/examples/testlo64.c @@ -259,7 +259,7 @@ main(int argc, char **argv) /* Set always-secure search path, so malicous users can't take control. */ res = PQexec(conn, "SELECT pg_catalog.set_config('search_path', '', false)"); - if (PQresultStatus(res) != PGRES_COMMAND_OK) + if (PQresultStatus(res) != PGRES_TUPLES_OK) { fprintf(stderr, "SET failed: %s", PQerrorMessage(conn)); PQclear(res); |