Merge pull request #2366 from citusdata/fix_pg11_build_failure

Reflect changed index for constraint scans in PG11
pull/2367/head
Murat Tuncer 2018-09-07 08:23:04 +03:00 committed by GitHub
commit e5bba08595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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