mirror of https://github.com/citusdata/citus.git
parent
88f8a8b8d7
commit
551b4f3495
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue