Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 90ef453

Browse files
kvapkelvich
authored andcommitted
Add raftable header include in multimaster.
1 parent fade5ab commit 90ef453

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
MODULE_big = multimaster
22
OBJS = multimaster.o raftable.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
33

4+
override CPPFLAGS += -I../raftable
5+
46
EXTENSION = multimaster
57
DATA = multimaster--1.0.sql
68

multimaster.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#include "catalog/indexing.h"
5656
#include "pglogical_output/hooks.h"
5757

58+
#include "raftable.h"
5859
#include "multimaster.h"
5960
#include "ddd.h"
6061
#include "raftable.h"

0 commit comments

Comments
 (0)