From 4694d8b759b0d2af0cac62c535308a4d62ea9ec9 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Thu, 19 Aug 2021 17:44:55 +0200 Subject: [PATCH] add missing define with old value --- src/include/distributed/version_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/distributed/version_compat.h b/src/include/distributed/version_compat.h index 960ef8eef..fba6cfe99 100644 --- a/src/include/distributed/version_compat.h +++ b/src/include/distributed/version_compat.h @@ -93,6 +93,7 @@ ((&ProcGlobal->allPgXact[(pgproc)->pgprocno])->vacuumFlags) #define get_partition_parent_compat(a, b) get_partition_parent(a) #define RelationGetPartitionDesc_compat(a, b) RelationGetPartitionDesc(a) +#define PQ_LARGE_MESSAGE_LIMIT 0 #endif #if PG_VERSION_NUM >= PG_VERSION_13