File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
77 * Portions Copyright (c) 1994, Regents of the University of California
88 *
9- * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.67 2008/03/28 00:21:56 tgl Exp $
9+ * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.68 2008/09/19 14:43:46 mha Exp $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
@@ -95,7 +95,7 @@ typedef struct TriggerData
9595#define SESSION_REPLICATION_ROLE_ORIGIN 0
9696#define SESSION_REPLICATION_ROLE_REPLICA 1
9797#define SESSION_REPLICATION_ROLE_LOCAL 2
98- extern int SessionReplicationRole ;
98+ extern PGDLLIMPORT int SessionReplicationRole ;
9999
100100#define TRIGGER_FIRES_ON_ORIGIN 'O'
101101#define TRIGGER_FIRES_ALWAYS 'A'
You can’t perform that action at this time.
0 commit comments