-be explicit about transaction mode

This commit is contained in:
Christian Grothoff 2016-07-13 16:02:08 +02:00
parent 9035b9d324
commit 0973bca1e4

View File

@ -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))
{