From 0973bca1e480d9a60b57851af12efabcdb84ecc2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Jul 2016 16:02:08 +0200 Subject: -be explicit about transaction mode --- src/exchangedb/plugin_exchangedb_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 5265660ea..57cae4e70 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -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)) { -- cgit v1.2.3