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