Content-Length: 285556 | pFad | http://github.com/postgrespro/postgres/commit/54a278683531edac535e6aa4d5427799409823f1
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699d70b commit 54a2786Copy full SHA for 54a2786
contrib/postgres_fdw/connection.c
@@ -305,7 +305,7 @@ begin_remote_xact(ConnCacheEntry *entry)
305
elog(DEBUG3, "starting remote transaction on connection %p",
306
entry->conn);
307
308
- if (XactIsoLevel == XACT_SERIALIZABLE)
+ if (IsolationIsSerializable())
309
sql = "START TRANSACTION ISOLATION LEVEL SERIALIZABLE";
310
else
311
sql = "START TRANSACTION ISOLATION LEVEL REPEATABLE READ";
src/include/access/xact.h
@@ -28,7 +28,7 @@
28
#define XACT_SERIALIZABLE 3
29
30
extern int DefaultXactIsoLevel;
31
-extern int XactIsoLevel;
+extern PGDLLIMPORT int XactIsoLevel;
32
33
/*
34
* We implement three isolation levels internally.
Fetched URL: http://github.com/postgrespro/postgres/commit/54a278683531edac535e6aa4d5427799409823f1
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments