-be explicit about transaction mode
This commit is contained in:
parent
9035b9d324
commit
0973bca1e4
@ -1286,7 +1286,7 @@ postgres_start (void *cls,
|
||||
PGresult *result;
|
||||
|
||||
result = PQexec (session->conn,
|
||||
"BEGIN");
|
||||
"START TRANSACTION ISOLATION LEVEL SERIALIZABLE");
|
||||
if (PGRES_COMMAND_OK !=
|
||||
PQresultStatus (result))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user