File tree Expand file tree Collapse file tree 4 files changed +4
-230
lines changed Expand file tree Collapse file tree 4 files changed +4
-230
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ OBJS = pglogical_apply.o pglogical_conflict.o pglogical_manager.o \
12
12
pglogical_functions.o pglogical_queue.o pglogical_fe.o \
13
13
pglogical_worker.o pglogical_hooks.o pglogical_sync.o
14
14
15
- PG_CPPFLAGS = -I$(libpq_srcdir )
15
+ PG_CPPFLAGS = -I$(libpq_srcdir ) -I $( top_srcdir ) /contrib/pglogical_output
16
16
SHLIB_LINK = $(libpq )
17
17
18
18
REGRESS = preseed infofuncs init_fail init preseed_check basic extended toasted replication_set add_table matview bidirectional primary_key foreign_key functions copy drop
@@ -27,9 +27,7 @@ include $(top_srcdir)/contrib/contrib-global.mk
27
27
# typical installcheck users do not have (e.g. buildfarm clients).
28
28
@installcheck : ;
29
29
30
- EXTRA_INSTALL += $(top_srcdir ) /contrib/pglogical_output
31
- EXTRA_REGRESS_OPTS += $(top_srcdir ) /contrib/pglogical/regress-postgresql.conf
32
-
33
- override CPPFLAGS := $(CPPFLAGS ) -I$(top_srcdir ) /contrib/pglogical_output
30
+ EXTRA_INSTALL += contrib/pglogical_output
31
+ EXTRA_REGRESS_OPTS += --temp-config $(top_srcdir ) /contrib/pglogical/regress-postgresql.conf
34
32
35
33
.PHONY : pglogical_create_subscriber
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# pglogical extension
2
2
comment = 'PostgreSQL Logical Replication'
3
- default_version = '1.0.0 '
3
+ default_version = '1.0.1 '
4
4
module_pathname = '$libdir/pglogical'
5
5
relocatable = false
6
6
schema = pglogical
You can’t perform that action at this time.
0 commit comments