projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7493f5a
)
Fix FINCORE_BITS
author
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Sun, 19 Jun 2016 01:49:56 +0000
(
03:49
+0200)
committer
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Sun, 19 Jun 2016 01:49:56 +0000
(
03:49
+0200)
forgot to set it based on HAVE_FINCORE
pgfincore.c
patch
|
blob
|
blame
|
history
diff --git
a/pgfincore.c
b/pgfincore.c
index 6edebdcc0e61284b7c5a0182a95adbe1d0a279bd..668b7364a11d0ab5aec68c0d1fc3d7973b1d18aa 100644
(file)
--- a/
pgfincore.c
+++ b/
pgfincore.c
@@
-60,8
+60,11
@@
PG_MODULE_MAGIC;
#define FINCORE_PRESENT 0x1
#define FINCORE_DIRTY 0x2
+#ifndef HAVE_FINCORE
+#define FINCORE_BITS 1
+#else
#define FINCORE_BITS 2
-
+#endif
/*
* pgfadvise_fctx structure is needed
* to keep track of relation path, segment number, ...