commit 0973bca1e480d9a60b57851af12efabcdb84ecc2 parent 9035b9d3245692f266fc50fde6da144c6e069128 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 13 Jul 2016 16:02:08 +0200 -be explicit about transaction mode Diffstat:
| M | src/exchangedb/plugin_exchangedb_postgres.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)) {