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

Commit68a0571

Browse files
committed
Mark ReplicationSlotCtl as PGDLLIMPORT.
Also MyReplicationSlot, in branches where it wasn't already.This was discussed in the thread that resulted inc572599, butfor some reason nobody pulled the trigger. Now that we have anotherrequest for the same thing, we should just do it.Craig RingerDiscussion:https://postgr.es/m/CAMsr+YFTsq-86MnsNng=mPvjjh5EAbzfMK0ptJPvzyvpFARuRg@mail.gmail.comDiscussion:https://postgr.es/m/345138875.20190611151943@cybertec.at
1 parent1a3d9f6 commit68a0571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/replication/slot.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ typedef struct ReplicationSlotCtlData
136136
/*
137137
* Pointers to shared memory
138138
*/
139-
externReplicationSlotCtlData*ReplicationSlotCtl;
140-
externReplicationSlot*MyReplicationSlot;
139+
externPGDLLIMPORTReplicationSlotCtlData*ReplicationSlotCtl;
140+
externPGDLLIMPORTReplicationSlot*MyReplicationSlot;
141141

142142
/* GUCs */
143143
externPGDLLIMPORTintmax_replication_slots;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp