Skip to content

Commit 6d50809

Browse files
committed
chore: change the prompt of pax extension in configure help
The --enable-pax configuration option defaults to 'yes'. so in the default help information, we need to display the '--disable-pax' option
1 parent 8da79b3 commit 6d50809

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ Optional Features:
16181618
library)
16191619
--disable-preload-ic-module
16201620
disable preload interconnect module
1621-
--enable-pax enable pax support
1621+
--disable-pax disable pax support
16221622
--disable-thread-safety disable thread-safety in client libraries
16231623
--enable-openssl-redirect
16241624
enable redirect openssl interface to internal

contrib/pax_storage/doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PAX has the following features:
2121

2222
### Build PAX
2323

24-
PAX will be built with `--enable-pax` when users building the Cloudberry.
24+
PAX will be built by default when users are building the Cloudberry.
2525

2626
### Build debug version
2727

0 commit comments

Comments
 (0)