aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/access/xact.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index c18554bae2c..c59de9bebaf 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -82,8 +82,8 @@ typedef enum
extern int synchronous_commit;
/* used during logical streaming of a transaction */
-extern TransactionId CheckXidAlive;
-extern bool bsysscan;
+extern PGDLLIMPORT TransactionId CheckXidAlive;
+extern PGDLLIMPORT bool bsysscan;
/*
* Miscellaneous flag bits to record events which occur on the top level