提交 27f3c8dd 编写于 作者: X xiong-gang 提交者: GitHub

Test gp-orafunk should use orafunc.sql in the install directory

Signed-off-by: NAdam Lee <ali@pivotal.io>
上级 81627e27
......@@ -97,7 +97,7 @@ mkplr:
mkorafce:
PATH=$(INSTLOC)/bin:$(PATH) $(MAKE) -C orafce install USE_PGXS=1
installcheck: mkorafce
installcheck:
if [ -d "$(ext_dir)" ]; then \
PATH=$(INSTLOC)/bin:$(PATH) $(MAKE) -C orafce installcheck USE_PGXS=1 && \
PATH=$(INSTLOC)/bin:$(PATH) $(MAKE) -C gphdfs installcheck USE_PGXS=1 ; \
......
......@@ -19,7 +19,7 @@
-- *********************************************************************
-- start_ignore
\i orafunc.sql
\i @bindir@/../share/postgresql/contrib/orafunc.sql
-- end_ignore
set search_path = oracompat;
......@@ -170,6 +170,6 @@ SELECT dump('2008-10-10'::timestamp) ~ E'^Typ=1114 Len=8: \\d+(,\\d+){7}$' AS t;
RESET DATESTYLE;
-- start_ignore
\i @abs_srcdir@/../../../contrib/orafce/uninstall_orafunc.sql
\i @bindir@/../share/postgresql/contrib/uninstall_orafunc.sql
-- end_ignore
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册