mirror of https://github.com/citusdata/citus.git
Reflect changed index for constraint scans in PG11
parent
7b63b23808
commit
65276311f7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue