Includes pg_version_constants.h in columnar_version_compat.h

pg14_support_after_rebase
Halil Ozan Akgul 2021-08-19 21:42:32 +03:00 committed by Sait Talha Nisanci
parent a98f336aea
commit 50a9edb7b9
1 changed files with 2 additions and 0 deletions

View File

@ -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)