diff options
Diffstat (limited to 'contrib/pg_surgery/heap_surgery.c')
-rw-r--r-- | contrib/pg_surgery/heap_surgery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_surgery/heap_surgery.c b/contrib/pg_surgery/heap_surgery.c index 3d8eb0abc29..3e641aa6440 100644 --- a/contrib/pg_surgery/heap_surgery.c +++ b/contrib/pg_surgery/heap_surgery.c @@ -14,6 +14,7 @@ #include "access/heapam.h" #include "access/visibilitymap.h" +#include "access/xloginsert.h" #include "catalog/pg_am_d.h" #include "catalog/pg_proc_d.h" #include "miscadmin.h" |