Skip to content

Commit b48e34f

Browse files
committed
pathman: move sql files to the root folder
1 parent 6acf7e0 commit b48e34f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

contrib/pg_pathman/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ include $(top_builddir)/src/Makefile.global
2222
include $(top_srcdir)/contrib/contrib-global.mk
2323
endif
2424

25-
$(EXTENSION)--$(EXTVERSION).sql: sql/init.sql sql/hash.sql sql/range.sql
25+
$(EXTENSION)--$(EXTVERSION).sql: init.sql hash.sql range.sql
2626
cat $^ > $@
2727
check: EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)