Skip to content

Commit f1f4ab3

Browse files
author
Nikita Glukhov
committed
Copy heap toaster code to jsonb_toaster
1 parent 7d5ec0a commit f1f4ab3

File tree

4 files changed

+1037
-55
lines changed

4 files changed

+1037
-55
lines changed

contrib/jsonb_toaster/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
MODULE_big = jsonb_toaster
44
OBJS = \
55
$(WIN32RES) \
6-
jsonb_toaster.o
6+
jsonb_toaster.o \
7+
jsonb_toast_internals.o
78

89
EXTENSION = jsonb_toaster
910
DATA = jsonb_toaster--1.0.sql

0 commit comments

Comments
 (0)