提交 74dd275a 编写于 作者: A Ashwin Agrawal

Remove --enable-segwalrep config option.

上级 4f3d753a
......@@ -731,7 +731,6 @@ with_perl
with_tcl
enable_thread_safety
INCLUDES
enable_segwalrep
HAVE_CXX11
enable_gpcloud
enable_mapreduce
......@@ -862,7 +861,6 @@ enable_ddboost
enable_netbackup
enable_mapreduce
enable_gpcloud
enable_segwalrep
enable_thread_safety
enable_thread_safety_force
with_tcl
......@@ -1545,7 +1543,6 @@ Optional Features:
--enable-netbackup enable NetBackup support
--enable-mapreduce enable Greenplum Mapreduce support
--disable-gpcloud disable gpcloud support
--enable-segwalrep enable segment WAL replication
--disable-thread-safety Do not make client libraries thread-safe
--enable-thread-safety-force force thread-safety despite thread test failure
--disable-largefile omit support for large files
......@@ -6979,39 +6976,6 @@ $as_echo "#define HAVE_CXX11 1" >>confdefs.h
fi # fi
#
# Enable segment WAL replication
#
pgac_args="$pgac_args enable_segwalrep"
# Check whether --enable-segwalrep was given.
if test "${enable_segwalrep+set}" = set; then :
enableval=$enable_segwalrep;
case $enableval in
yes)
$as_echo "#define USE_SEGWALREP 1" >>confdefs.h
;;
no)
:
;;
*)
as_fn_error $? "no argument expected for --enable-segwalrep option" "$LINENO" 5
;;
esac
else
enable_segwalrep=no
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: checking whether to build with segment WAL replication... $enable_segwalrep" >&5
$as_echo "checking whether to build with segment WAL replication... $enable_segwalrep" >&6; }
#
# Include directories
#
......
......@@ -747,15 +747,6 @@ AS_IF([test "$enable_gpcloud" = yes],
AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
]) # fi
#
# Enable segment WAL replication
#
PGAC_ARG_BOOL(enable, segwalrep, no, [ --enable-segwalrep enable segment WAL replication ],
[AC_DEFINE([USE_SEGWALREP], 1,
[Define to 1 to enable segment WAL replication. (--enable-segwalrep)])])
AC_MSG_RESULT([checking whether to build with segment WAL replication... $enable_segwalrep])
AC_SUBST(enable_segwalrep)
#
# Include directories
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册