Skip to content

Commit

Permalink
Reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jan 30, 2020
1 parent 872c23e commit f7ac2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pipeline.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ void pqxx::pipeline::obtain_dummy()
return;
}

// XXX: Do we actually know that the queries did not execute?
// XXX: Can we actually re-issue statements after a failure?
// XXX: Do we actually know that the queries did not execute?
// XXX: Can we actually re-issue statements after a failure?
/* Since none of the queries in the batch were actually executed, we can
* afford to replay them one by one until we find the exact query that
* caused the error. This gives us not only a more specific error message
Expand Down

0 comments on commit f7ac2f0

Please sign in to comment.