Searched refs:tmp_res (Results 1 – 1 of 1) sorted by relevance
2451 PGresult *tmp_res; local2459 …if ((tmp_res = PQexec(pg_result->conn, querystr.c)) == NULL || PQresultStatus(tmp_res) != PGRES_TU…2460 if (tmp_res) {2461 PQclear(tmp_res);2470 if ((table_name = PQgetvalue(tmp_res, 0, 0)) == NULL) {2471 PQclear(tmp_res);2481 PQclear(tmp_res);
Completed in 22 milliseconds