Skip to content

Commit b53b183

Browse files
author
Josh Kupershmidt
committed
Merge branch 'remove_build_warn' of https://github.com/bwtakacy/pg_repack into bwtakacy-remove_build_warn
2 parents f258925 + c3960cd commit b53b183

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/repack.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
#include "access/htup_details.h"
3737
#endif
3838

39+
/* builtins.h was reorganized for 9.5, so now we need this header */
40+
#if PG_VERSION_NUM >= 90500
41+
#include "utils/ruleutils.h"
42+
#endif
43+
3944
PG_MODULE_MAGIC;
4045

4146
extern Datum PGUT_EXPORT repack_version(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)