Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7626f2a

Browse files
committed
Mark SessionReplicationRole as PGDLLIMPORT so it
can be used from Slony functions.Per report from Hiroshi Saito.
1 parent90d9108 commit7626f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/commands/trigger.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
#defineSESSION_REPLICATION_ROLE_ORIGIN0
9696
#defineSESSION_REPLICATION_ROLE_REPLICA1
9797
#defineSESSION_REPLICATION_ROLE_LOCAL2
98-
externintSessionReplicationRole;
98+
externPGDLLIMPORTintSessionReplicationRole;
9999

100100
#defineTRIGGER_FIRES_ON_ORIGIN'O'
101101
#defineTRIGGER_FIRES_ALWAYS'A'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp