You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2019/08/02 10:15:01 UTC

[hawq] branch master updated: HAWQ-1737. set with_orc's default value as yes to build orc automatically

This is an automated email from the ASF dual-hosted git repository.

huor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b2376b  HAWQ-1737. set with_orc's default value as yes to build orc automatically
7b2376b is described below

commit 7b2376b05312e175755fc7ac5bd7fcdd7b068a9b
Author: oushu1tuyu1 <tu...@oushu.io>
AuthorDate: Fri Aug 2 17:57:38 2019 +0800

    HAWQ-1737. set with_orc's default value as yes to build orc automatically
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index b65bee5..2412a1a 100644
--- a/configure.in
+++ b/configure.in
@@ -726,7 +726,7 @@ AC_SUBST(with_pgcrypto)
 # Optionally build with orc format in pluggable storage framework.
 #
 AC_MSG_CHECKING([whether to build orc modules])
-PGAC_ARG_BOOL(with, orc, no, [  --with-orc         build with orc format])
+PGAC_ARG_BOOL(with, orc, yes, [  --with-orc         build with orc format])
 AC_MSG_RESULT([$with_orc])
 AC_SUBST(with_orc)
 #