mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
@@ -707,7 +707,7 @@ ProcessResult(PGresult **results)
|
||||
|
||||
/*
|
||||
* Call PQgetResult() once more. In the typical case of a
|
||||
* single-command string, it will return NULL. Otherwise, we'll
|
||||
* single-command string, it will return NULL. Otherwise, we'll
|
||||
* have other results to process that may include other COPYs.
|
||||
*/
|
||||
PQclear(*results);
|
||||
@@ -982,11 +982,12 @@ SendQuery(const char *query)
|
||||
break;
|
||||
|
||||
case PQTRANS_INTRANS:
|
||||
|
||||
/*
|
||||
* Do nothing if they are messing with savepoints themselves:
|
||||
* If the user did RELEASE or ROLLBACK, our savepoint is
|
||||
* gone. If they issued a SAVEPOINT, releasing ours would
|
||||
* remove theirs.
|
||||
* If the user did RELEASE or ROLLBACK, our savepoint is gone.
|
||||
* If they issued a SAVEPOINT, releasing ours would remove
|
||||
* theirs.
|
||||
*/
|
||||
if (results &&
|
||||
(strcmp(PQcmdStatus(results), "SAVEPOINT") == 0 ||
|
||||
|
Reference in New Issue
Block a user