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 90d9108 commit 7626f2aCopy full SHA for 7626f2a
src/include/commands/trigger.h
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
- * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.67 2008/03/28 00:21:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.68 2008/09/19 14:43:46 mha Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -95,7 +95,7 @@ typedef struct TriggerData
95
#define SESSION_REPLICATION_ROLE_ORIGIN 0
96
#define SESSION_REPLICATION_ROLE_REPLICA 1
97
#define SESSION_REPLICATION_ROLE_LOCAL 2
98
-extern int SessionReplicationRole;
+extern PGDLLIMPORT int SessionReplicationRole;
99
100
#define TRIGGER_FIRES_ON_ORIGIN 'O'
101
#define TRIGGER_FIRES_ALWAYS 'A'
0 commit comments