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 6acf7e0 commit b48e34fCopy full SHA for b48e34f
contrib/pg_pathman/Makefile
@@ -22,6 +22,6 @@ include $(top_builddir)/src/Makefile.global
22
include $(top_srcdir)/contrib/contrib-global.mk
23
endif
24
25
-$(EXTENSION)--$(EXTVERSION).sql: sql/init.sql sql/hash.sql sql/range.sql
+$(EXTENSION)--$(EXTVERSION).sql: init.sql hash.sql range.sql
26
cat $^ > $@
27
check: EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
contrib/pg_pathman/sql/hash.sql renamed to contrib/pg_pathman/hash.sql
contrib/pg_pathman/sql/init.sql renamed to contrib/pg_pathman/init.sql
contrib/pg_pathman/sql/range.sql renamed to contrib/pg_pathman/range.sql
0 commit comments