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

Commit90ef453

Browse files
kvapkelvich
authored andcommitted
Add raftable header include in multimaster.
1 parentfade5ab commit90ef453

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+
overrideCPPFLAGS += -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)

[8]ページ先頭

©2009-2025 Movatter.jp