index 92af8698d69b9a077f2f1f00ad99fdce87a11769..6e136877047b9a46381cb236a73fc15b53626802 100644 (file)
@@ -646,7 +646,7 @@ test_pipelined_insert(PGconn *conn, int n_rows)
while (!PQisBusy(conn) && recv_step < BI_DONE)
{
PGresult *res;
- const char *cmdtag;
+ const char *cmdtag = "";
const char *description = "";
int status;
@@ -697,7 +697,6 @@ test_pipelined_insert(PGconn *conn, int n_rows)
case BI_DONE:
/* unreachable */
pg_fatal("unreachable state");
- cmdtag = NULL; /* keep compiler quiet */
}
if (PQresultStatus(res) != status)