Dropped support for Postgres 9.6 [skip ci]

This commit is contained in:
Andrew Kane
2022-10-14 13:44:13 -07:00
parent 9a58ee609a
commit 9ff5ceacca
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
## 0.3.0 (unreleased)
- Added support for Postgres 15
- Dropped support for Postgres 9.6
## 0.2.7 (2022-07-31)

View File

@@ -14,8 +14,8 @@
#include "portability/instr_time.h"
#endif
#if PG_VERSION_NUM < 90600
#error "Requires PostgreSQL 9.6+"
#if PG_VERSION_NUM < 100000
#error "Requires PostgreSQL 10+"
#endif
/* Support functions */