Enable postgres 13 in configure

pull/3900/head
Sait Talha Nisanci 2020-05-16 21:29:03 +03:00
parent c79c6506b9
commit 58643a4098
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2533,7 +2533,7 @@ if test -z "$version_num"; then
as_fn_error $? "Could not detect PostgreSQL version from pg_config." "$LINENO" 5 as_fn_error $? "Could not detect PostgreSQL version from pg_config." "$LINENO" 5
fi fi
if test "$version_num" != '11' -a "$version_num" != '12'; then if test "$version_num" != '11' -a "$version_num" != '12' -a "$version_num" != '13'; then
as_fn_error $? "Citus is not compatible with the detected PostgreSQL version ${version_num}." "$LINENO" 5 as_fn_error $? "Citus is not compatible with the detected PostgreSQL version ${version_num}." "$LINENO" 5
else else
{ $as_echo "$as_me:${as_lineno-$LINENO}: building against PostgreSQL $version_num" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: building against PostgreSQL $version_num" >&5