Revert "Add missing ifdef for PG 15"

This reverts commit c7b51025ab.
pg_15_iso_fix
naisila 2022-08-04 15:08:15 +03:00
parent 88f8a8b8d7
commit 551b4f3495
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@
#include "pg_config.h" #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" #include "postgres.h"