summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-01-11 18:02:17 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-01-11 18:02:17 +0000
commit1a37056a74e273085c39bb88cba48797695c067e (patch)
treee2ea1b44aaed4c75035b887a2de06ed4901f1374 /src/include/pg_config.h.in
parenta5d67a0a050a9d32c351183992c3f08631735c37 (diff)
downloadpostgresql-1a37056a74e273085c39bb88cba48797695c067e.tar.gz
Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that
we can get some buildfarm feedback about whether that function is still problematic. (Note that the planned async-preread patch will not really prove anything one way or the other in buildfarm testing, since it will be inactive with default GUC settings.)
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 308f2bb6a3..3cc7c7ce6a 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -336,6 +336,9 @@
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H
+/* Define to 1 if you have the `posix_fadvise' function. */
+#undef HAVE_POSIX_FADVISE
+
/* Define to 1 if you have the POSIX signal interface. */
#undef HAVE_POSIX_SIGNALS