projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7325c03
)
Update to work with 9.3
author
Cédric Villemain
<cedric@2ndquadrant.fr>
Thu, 5 Dec 2013 00:16:27 +0000
(
01:16
+0100)
committer
Cédric Villemain
<cedric@2ndquadrant.fr>
Thu, 5 Dec 2013 00:16:27 +0000
(
01:16
+0100)
need more testing
pgfincore.c
patch
|
blob
|
blame
|
history
diff --git
a/pgfincore.c
b/pgfincore.c
index 1dd1983a6e529367d9b3fd1bf3ff918bdd656473..3bad6870528d516043d26e6f9516b3bbde27ddc4 100644
(file)
--- a/
pgfincore.c
+++ b/
pgfincore.c
@@
-37,6
+37,11
@@
#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