diff --git a/src/bitutils.h b/src/bitutils.h index bbebfd1..8844aee 100644 --- a/src/bitutils.h +++ b/src/bitutils.h @@ -3,6 +3,7 @@ #include "postgres.h" +/* Check version in first header */ #if PG_VERSION_NUM < 120000 #error "Requires PostgreSQL 12+" #endif