diff --git a/configure b/configure index e91414fb52c..febd1b30169 100755 --- a/configure +++ b/configure @@ -2923,7 +2923,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu PG_PACKAGE_VERSION=14.7 - ac_aux_dir= for ac_dir in config "$srcdir"/config; do if test -f "$ac_dir/install-sh"; then diff --git a/configure.ac b/configure.ac index 9a07159cecf..6f6ba21bbd3 100644 --- a/configure.ac +++ b/configure.ac @@ -1636,6 +1636,11 @@ if test "$with_mdblocales" = yes; then [AC_MSG_ERROR([mdblocales library not found])]) fi +if test "$with_mdblocales" = yes; then + AC_CHECK_LIB(mdblocales, mdb_setlocale, [], + [AC_MSG_ERROR([mdblocales library not found])]) +fi + if test "$enable_external_fts" = yes; then AC_CHECK_LIB(jansson, jansson_version_str, [], [AC_MSG_ERROR([jansson library not found or version is too old, version must >= 2.13])]) diff --git a/gpcontrib/gpcloud/include/compress_writer.h b/gpcontrib/gpcloud/include/compress_writer.h index edc2d1bbabb..e727a051a9d 100644 --- a/gpcontrib/gpcloud/include/compress_writer.h +++ b/gpcontrib/gpcloud/include/compress_writer.h @@ -6,6 +6,7 @@ #include "s3macros.h" #include "writer.h" + // 2MB by default extern uint64_t S3_ZIP_COMPRESS_CHUNKSIZE; diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source index f2f7c0dee32..a0c63418446 100644 --- a/src/test/regress/output/misc.source +++ b/src/test/regress/output/misc.source @@ -613,6 +613,6 @@ CONTEXT: SQL function "equipment" during startup SELECT mdb_locale_enabled(); mdb_locale_enabled -------------------- - f + t (1 row)