Added comment [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 18:00:45 -07:00
parent d188b56173
commit 5ecf02f07b

View File

@@ -3,6 +3,7 @@
#include "postgres.h"
/* Check version in first header */
#if PG_VERSION_NUM < 120000
#error "Requires PostgreSQL 12+"
#endif