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 71ed1e5 commit c6ab295Copy full SHA for c6ab295
Makefile
@@ -59,6 +59,14 @@ datapagemap.c: % : $(top_srcdir)/src/bin/pg_rewind/%
59
rm -f $@ && $(LN_S) $< .
60
datapagemap.h: % : $(top_srcdir)/src/bin/pg_rewind/%
61
rm -f && $(LN_S) $< .
62
+receivelog.c: % : $(top_srcdir)/src/bin/pg_basebackup/%
63
+ rm -f && $(LN_S) $< .
64
+receivelog.h: % : $(top_srcdir)/src/bin/pg_basebackup/%
65
66
+streamutil.c: % : $(top_srcdir)/src/bin/pg_basebackup/%
67
68
+streamutil.h: % : $(top_srcdir)/src/bin/pg_basebackup/%
69
70
71
PG_CONFIG = pg_config
72
PGXS := $(shell $(PG_CONFIG) --pgxs)
0 commit comments