projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee31f5
)
Blind attempt at fixing Win32 issue on 24c5f1a103c
author
Alvaro Herrera
Thu, 31 Mar 2016 02:06:34 +0000
(23:06 -0300)
committer
Alvaro Herrera
Thu, 31 Mar 2016 02:12:20 +0000
(23:12 -0300)
As best as I can tell, MyReplicationSlot needs to be PGDLLIMPORT in
order for the new test_slot_timelines test module to compile.
Per buildfarm
src/include/replication/slot.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/replication/slot.h
b/src/include/replication/slot.h
index 8be8ab62a0f573e57280304f73a277a13bf7256b..efcce5fdd54fbff33dac08c77fabc4e208535a42 100644
(file)
--- a/
src/include/replication/slot.h
+++ b/
src/include/replication/slot.h
@@
-144,7
+144,7
@@
typedef struct ReplicationSlotCtlData
* Pointers to shared memory
*/
extern ReplicationSlotCtlData *ReplicationSlotCtl;
-extern ReplicationSlot *MyReplicationSlot;
+extern
PGDLLIMPORT
ReplicationSlot *MyReplicationSlot;
/* GUCs */
extern PGDLLIMPORT int max_replication_slots;