Skip to content

Commit c0a517a

Browse files
committed
Disable unstable pg_hint_plan test
1 parent df6e2f8 commit c0a517a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_hint_plan/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ top_builddir = ../..
2828
include $(top_builddir)/src/Makefile.global
2929
include $(top_srcdir)/contrib/contrib-global.mk
3030
override CFLAGS += -I$(top_builddir)/src/pl/plpgsql/src
31-
REGRESS = init base_plan pg_hint_plan
31+
REGRESS = init base_plan
3232
endif
3333

3434
STARBALL96 = pg_hint_plan96-$(HINTPLANVER).tar.gz

0 commit comments

Comments
 (0)