Content-Length: 277204 | pFad | http://github.com/postgrespro/postgres_cluster/commit/05c333e68d4671096bc9a67548ee8c5a0acbd837
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c0394 commit 05c333eCopy full SHA for 05c333e
contrib/mmts/Makefile
@@ -1,6 +1,8 @@
1
MODULE_big = multimaster
2
OBJS = multimaster.o arbiter.o bytebuf.o bgwpool.o pglogical_output.o pglogical_proto.o pglogical_receiver.o pglogical_apply.o pglogical_hooks.o pglogical_config.o ddd.o bkb.o
3
4
+override CPPFLAGS += -I../raftable
5
+
6
EXTENSION = multimaster
7
DATA = multimaster--1.0.sql
8
contrib/mmts/multimaster.c
@@ -55,6 +55,7 @@
55
#include "catalog/indexing.h"
56
#include "pglogical_output/hooks.h"
57
58
+#include "raftable.h"
59
#include "multimaster.h"
60
#include "ddd.h"
61
#include "paxos.h"
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/05c333e68d4671096bc9a67548ee8c5a0acbd837
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments