Update to work with 9.3
authorCédric Villemain <cedric@2ndquadrant.fr>
Thu, 5 Dec 2013 00:16:27 +0000 (01:16 +0100)
committerCédric Villemain <cedric@2ndquadrant.fr>
Thu, 5 Dec 2013 00:16:27 +0000 (01:16 +0100)
need more testing

pgfincore.c

index 1dd1983a6e529367d9b3fd1bf3ff918bdd656473..3bad6870528d516043d26e6f9516b3bbde27ddc4 100644 (file)
 #error "Unsupported postgresql version"
 #endif
 
+#if PG_VERSION_NUM > 90299
+#include "access/htup_details.h" /* 9.3 heap_form_tuple */
+#include "common/relpath.h" /* 9.3 relpathbackend */
+#endif
+
 #ifdef PG_MODULE_MAGIC
 PG_MODULE_MAGIC;
 #endif