mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.
Per buildfarm.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define XACT_SERIALIZABLE 3
|
||||
|
||||
extern int DefaultXactIsoLevel;
|
||||
extern int XactIsoLevel;
|
||||
extern PGDLLIMPORT int XactIsoLevel;
|
||||
|
||||
/*
|
||||
* We implement three isolation levels internally.
|
||||
|
Reference in New Issue
Block a user