@ -1486,12 +1486,13 @@ static void storeRow(storeInfo* sinfo, PGresult* res, bool first)
|
|||||||
*/
|
*/
|
||||||
oldcontext = MemoryContextSwitchTo(sinfo->tmpcontext);
|
oldcontext = MemoryContextSwitchTo(sinfo->tmpcontext);
|
||||||
|
|
||||||
|
/* Done if empty resultset */
|
||||||
|
if (PQntuples(res) == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
/* Should have a single-row result if we get here */
|
/* Should have a single-row result if we get here */
|
||||||
Assert(PQntuples(res) == 1);
|
Assert(PQntuples(res) == 1);
|
||||||
|
|
||||||
/* Done if empty resultset */
|
|
||||||
if (PQntuples(res) == 0)
|
|
||||||
return;
|
|
||||||
/*
|
/*
|
||||||
* Fill cstrs with null-terminated strings of column values.
|
* Fill cstrs with null-terminated strings of column values.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user