mirror of https://github.com/citusdata/citus.git
Merge pull request #2366 from citusdata/fix_pg11_build_failure
Reflect changed index for constraint scans in PG11pull/2367/head
commit
e5bba08595
|
@ -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