mirror of https://github.com/citusdata/citus.git
Includes pg_version_constants.h in columnar_version_compat.h
parent
a98f336aea
commit
50a9edb7b9
|
@ -12,6 +12,8 @@
|
|||
#ifndef COLUMNAR_COMPAT_H
|
||||
#define COLUMNAR_COMPAT_H
|
||||
|
||||
#include "distributed/pg_version_constants.h"
|
||||
|
||||
#if PG_VERSION_NUM >= PG_VERSION_14
|
||||
#define ColumnarProcessUtility_compat(a, b, c, d, e, f, g, h) \
|
||||
ColumnarProcessUtility(a, b, c, d, e, f, g, h)
|
||||
|
|
Loading…
Reference in New Issue