|
6 | 6 | * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group |
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
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 $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -95,7 +95,7 @@ typedef struct TriggerData |
95 | 95 | #defineSESSION_REPLICATION_ROLE_ORIGIN0 |
96 | 96 | #defineSESSION_REPLICATION_ROLE_REPLICA1 |
97 | 97 | #defineSESSION_REPLICATION_ROLE_LOCAL2 |
98 | | -externintSessionReplicationRole; |
| 98 | +externPGDLLIMPORTintSessionReplicationRole; |
99 | 99 |
|
100 | 100 | #defineTRIGGER_FIRES_ON_ORIGIN'O' |
101 | 101 | #defineTRIGGER_FIRES_ALWAYS'A' |
|