Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78c6bdd

Browse files
author
Marina Polyakova
committed
Fix use of regress_schedule with USE_PGXS
1 parent e3b8514 commit 78c6bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJS = $(WIN32RES) \
1212
TAP_TESTS = 1
1313

1414
REGRESS = feature_subspace
15-
REGRESS_OPTS = --schedule=$(top_srcdir)/$(subdir)/regress_schedule
15+
REGRESS_OPTS = --schedule=$(srcdir)/regress_schedule
1616

1717
fdw_srcdir = $(top_srcdir)/contrib/postgres_fdw
1818
stat_srcdir = $(top_srcdir)/contrib/pg_stat_statements

0 commit comments

Comments
 (0)