diff --git a/include/hypopg.h b/include/hypopg.h index 60a4e42..250676a 100644 --- a/include/hypopg.h +++ b/include/hypopg.h @@ -49,6 +49,7 @@ extern bool isExplain; /* GUC for enabling / disabling hypopg during EXPLAIN */ extern bool hypo_is_enabled; +extern bool hypo_use_real_oids; extern MemoryContext HypoMemoryContext; Oid hypo_getNewOid(Oid relid);