Untrack configure, configure.ac, and backup files

Implement code changes to enhance functionality and improve performance

Revert unwanted edits to configure scripts
pull/8041/merge
Mehmet Yilmaz 2025-07-09 11:35:33 +00:00
parent 3f9e12e010
commit b4ec0292ea
3 changed files with 1531 additions and 7695 deletions

3059
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -80,7 +80,7 @@ AC_SUBST(with_pg_version_check)
if test "$with_pg_version_check" = no; then
AC_MSG_NOTICE([building against PostgreSQL $version_num (skipped compatibility check)])
elif test "$version_num" != '15' -a "$version_num" != '16' -a "$version_num" != '17' -a "$version_num" != '18'; then
elif test "$version_num" != '15' -a "$version_num" != '16' -a "$version_num" != '17'; then
AC_MSG_ERROR([Citus is not compatible with the detected PostgreSQL version ${version_num}.])
else
AC_MSG_NOTICE([building against PostgreSQL $version_num])

6163
configure~

File diff suppressed because it is too large Load Diff