Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -8400,7 +8400,7 @@ $as_echo "#define USE_SHARED_POSTGRES_BACKEND 1" >>confdefs.h
esac

else
enable_shared_postgres_backend=no
enable_shared_postgres_backend=yes

fi

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ AC_SUBST(enable_mapreduce)
#
# --enable-shared-postgres-backend enables shared postgres backend support
#
PGAC_ARG_BOOL(enable, shared-postgres-backend, no, [enable Cloudberry shared postgres backend support],
PGAC_ARG_BOOL(enable, shared-postgres-backend, yes, [enable Cloudberry shared postgres backend support],
[AC_DEFINE([USE_SHARED_POSTGRES_BACKEND], 1,
[Define to 1 to build with shared postgres backend capabilities (--enable-shared-postgres-backend)])])
AC_MSG_RESULT([checking whether to build with Cloudberry shared postgres backend... $enable_shared_postgres_backend])
Expand Down