@@ -759,8 +759,8 @@ HAVE_CXX14
759
759
enable_gpcloud
760
760
enable_shared_postgres_backend
761
761
enable_mapreduce
762
- enable_catalog_ext
763
762
enable_serverless
763
+ enable_catalog_ext
764
764
enable_orca
765
765
autodepend
766
766
PKG_CONFIG_LIBDIR
@@ -1608,7 +1608,7 @@ Optional Features:
1608
1608
--enable-cassert enable assertion checks (for debugging)
1609
1609
--disable-orca disable ORCA optimizer
1610
1610
--enable-catalog-ext enable Cloudberry catalog extension
1611
- --enable-serverless enable Cloudberry serverless mode
1611
+ --enable-serverless use serverless mode of Cloudberry
1612
1612
--enable-mapreduce enable Cloudberry Mapreduce support
1613
1613
--disable-shared-postgres-backend
1614
1614
enable Cloudberry shared postgres backend support
@@ -1618,7 +1618,7 @@ Optional Features:
1618
1618
library)
1619
1619
--disable-preload-ic-module
1620
1620
disable preload interconnect module
1621
- --enable -pax enable pax support
1621
+ --disable -pax disable pax support
1622
1622
--disable-thread-safety disable thread-safety in client libraries
1623
1623
--enable-openssl-redirect
1624
1624
enable redirect openssl interface to internal
@@ -8380,7 +8380,7 @@ $as_echo "checking whether to build with catalog extension... $enable_catalog_ex
8380
8380
8381
8381
8382
8382
#
8383
- # Enable serverless mode
8383
+ # --enable-serverless uses serverless mode of Cloudberry
8384
8384
#
8385
8385
8386
8386
@@ -8407,8 +8407,8 @@ else
8407
8407
fi
8408
8408
8409
8409
8410
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: checking whether to use serverless architecture of Cloudberry ... $enable_serverless" >&5
8411
- $as_echo "checking whether to use serverless architecture of Cloudberry ... $enable_serverless" >&6; }
8410
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: checking whether to use serverless mode of Cloudberry... $enable_serverless" >&5
8411
+ $as_echo "checking whether to use serverless mode of Cloudberry... $enable_serverless" >&6; }
8412
8412
8413
8413
8414
8414
#
9101
9101
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: checking whether to build with preload ic module ... $enable_preload_ic_module" >&5
9102
9102
$as_echo "checking whether to build with preload ic module ... $enable_preload_ic_module" >&6; }
9103
9103
9104
+
9104
9105
#
9105
9106
# pax support
9106
9107
#
@@ -9125,13 +9126,16 @@ $as_echo "#define USE_PAX_STORAGE 1" >>confdefs.h
9125
9126
9126
9127
else
9127
9128
enable_pax=yes
9128
-
9129
- $as_echo "#define USE_PAX_STORAGE 1" >>confdefs.h
9129
+
9130
+ $as_echo "#define USE_PAX_STORAGE 1" >>confdefs.h
9131
+
9130
9132
fi
9131
9133
9134
+
9132
9135
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: checking whether to build with pax support ... $enable_pax" >&5
9133
9136
$as_echo "checking whether to build with pax support ... $enable_pax" >&6; }
9134
9137
9138
+
9135
9139
#
9136
9140
# Include directories
9137
9141
#
@@ -15699,6 +15703,13 @@ fi
15699
15703
15700
15704
15701
15705
15706
+ # for contrib/pax
15707
+ if test "$enable_pax" = yes; then
15708
+ if test "$enable_shared_postgres_backend" = no; then
15709
+ as_fn_error $? "pax support requires --enable-shared-postgres-backend" "$LINENO" 5
15710
+ fi
15711
+ fi
15712
+
15702
15713
# for contrib/sepgsql
15703
15714
if test "$with_selinux" = yes; then
15704
15715
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for security_compute_create_name in -lselinux" >&5
0 commit comments