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