We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15d81b commit 52735deCopy full SHA for 52735de
Makefile
@@ -46,7 +46,7 @@ PGVER := $(shell $(PG_CONFIG) --version | sed 's/[^0-9\.]//g' | awk -F . '{ prin
46
47
ifeq ($(PGVER),94)
48
PG_CPPFLAGS += $(addprefix -I,$(realpath $(srcdir)/compat))
49
-OBJS += $(realpath $(srcdir)/compat/pglogical_compat.o)
+OBJS += $(srcdir)/compat/pglogical_compat.o
50
DATA += compat/pglogical_origin.control compat/pglogical_origin--1.0.0.sql
51
REGRESS = preseed infofuncs init_fail init preseed_check basic extended toasted replication_set add_table matview primary_key foreign_key functions copy drop
52
REGRESS += --dbname=regression
0 commit comments