From 65276311f7cb3c086f2ef9401a99e22be9c975db Mon Sep 17 00:00:00 2001 From: Murat Tuncer Date: Thu, 6 Sep 2018 10:57:03 +0300 Subject: [PATCH] Reflect changed index for constraint scans in PG11 --- 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 8c97ca684..9589825d3 100644 --- a/src/include/distributed/version_compat.h +++ b/src/include/distributed/version_compat.h @@ -153,6 +153,7 @@ canonicalize_qual_compat(Expr *qual, bool is_check) #define ACLCHECK_OBJECT_SCHEMA OBJECT_SCHEMA #define ACLCHECK_OBJECT_INDEX OBJECT_INDEX +#define ConstraintRelidIndexId ConstraintRelidTypidNameIndexId static inline void ExplainPropertyIntegerInternal(const char *qlabel, const char *unit, int64 value,