diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-11 18:02:17 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-11 18:02:17 +0000 |
| commit | 1a37056a74e273085c39bb88cba48797695c067e (patch) | |
| tree | e2ea1b44aaed4c75035b887a2de06ed4901f1374 /src/include/pg_config.h.in | |
| parent | a5d67a0a050a9d32c351183992c3f08631735c37 (diff) | |
| download | postgresql-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.in | 3 |
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 |
