diff --git a/src/ivfflat.h b/src/ivfflat.h index d9345b2..554bf85 100644 --- a/src/ivfflat.h +++ b/src/ivfflat.h @@ -3,8 +3,8 @@ #include "postgres.h" -#if PG_VERSION_NUM < 100000 -#error "Requires PostgreSQL 10+" +#if PG_VERSION_NUM < 110000 +#error "Requires PostgreSQL 11+" #endif #include "access/generic_xlog.h"