Revert "Add missing ifdef for PG 15"

This reverts commit c7b51025ab.
naisila/failure_pg15
naisila 2022-08-04 15:08:15 +03:00
parent 77815910db
commit 7b253a2259
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@
#include "pg_config.h"
/* We should drop PG 15 support from this file, this is only for testing purposes until #6085 is merged. */
#if (PG_VERSION_NUM >= PG_VERSION_14) && (PG_VERSION_NUM <= PG_VERSION_15)
#if (PG_VERSION_NUM >= PG_VERSION_14) && (PG_VERSION_NUM < PG_VERSION_15)
#include "postgres.h"