Updated version check [skip ci]

This commit is contained in:
Andrew Kane
2023-01-09 15:54:44 -08:00
parent 5d82d7bf99
commit e2b103a343

View File

@@ -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"