提交 56a8eb3e 编写于 作者: H Heikki Linnakangas

Remove unused --enable-forceplan configure option

The USE_FORCE_PLAN option has been unused for a long time.
上级 f9024427
......@@ -817,7 +817,6 @@ enable_dtrace
with_CC
enable_depend
enable_cassert
enable_forceplan
enable_debugbreak
enable_debugntuplestore
enable_testutils
......@@ -1486,7 +1485,6 @@ build with coverage testing instrumentation
--enable-dtrace build with DTrace support
--enable-depend turn on automatic dependency tracking
--enable-cassert enable assertion checks (for debugging)
--enable-forceplan enable forcing of plans via EXPLAIN FORCE (for debugging)
--enable-debugbreak enable debug_break and debug_break_n (for debugging)
--enable-ntuplestore enable debug_ntuplestore (for debugging)
--enable-testutils enable testing utilities
......@@ -4875,36 +4873,6 @@ fi
#
# Enable forced plans
#
pgac_args="$pgac_args enable_forceplan"
# Check whether --enable-forceplan was given.
if test "${enable_forceplan+set}" = set; then :
enableval=$enable_forceplan;
case $enableval in
yes)
$as_echo "#define USE_FORCE_PLAN 1" >>confdefs.h
;;
no)
:
;;
*)
as_fn_error $? "no argument expected for --enable-forceplan option" "$LINENO" 5
;;
esac
else
enable_forceplan=no
fi
#
# Enable debug_break
#
......
......@@ -486,13 +486,6 @@ PGAC_ARG_BOOL(enable, cassert, no, [ --enable-cassert enable assertion c
[AC_DEFINE([USE_ASSERT_CHECKING], 1,
[Define to 1 to build with assertion checks. (--enable-cassert)])])
#
# Enable forced plans
#
PGAC_ARG_BOOL(enable, forceplan, no, [ --enable-forceplan enable forcing of plans via EXPLAIN FORCE (for debugging)],
[AC_DEFINE([USE_FORCE_PLAN], 1,
[Define to 1 to build with plan forcing capabilities. (--enable-forceplan)])])
#
# Enable debug_break
#
......
......@@ -757,10 +757,6 @@
/* Define to 1 to build with debug_ntuplestore. (--enable-ntuplestore) */
#undef USE_DEBUG_NTUPLESTORE
/* Define to 1 to build with plan forcing capabilities. (--enable-forceplan)
*/
#undef USE_FORCE_PLAN
/* Define to 1 if you want 64-bit integer timestamp and interval support.
(--enable-integer-datetimes) */
#undef USE_INTEGER_DATETIMES
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册