diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/access/xact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 8cadc549716..09e6a6842c2 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -28,7 +28,7 @@ #define XACT_SERIALIZABLE 3 extern int DefaultXactIsoLevel; -extern int XactIsoLevel; +extern PGDLLIMPORT int XactIsoLevel; /* * We implement three isolation levels internally. |