8000 Fix the raftable makefile to make it link all objs into .so · postgrespro/postgres_cluster@1349cbf · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 1349cbf

Browse files
committed
Fix the raftable makefile to make it link all objs into .so
1 parent e2a9c06 commit 1349cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/raftable/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MODULES = raftable
1+
MODULE_big = raftable
22
OBJS = raftable.o worker.o state.o blockmem.o
33
EXTENSION = raftable
44
DATA = raftable--1.0.sql

0 commit comments

Comments
 (0)
0