Skip to content

Commit

Permalink
fix: Add missing declaration for hypo_use_real_oids variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Sep 22, 2024
1 parent 5fdf0ef commit 0d4a214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/hypopg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0d4a214

Please sign in to comment.