diff options
| author | Jeff Davis <jdavis@postgresql.org> | 2013-09-04 23:43:41 -0700 |
|---|---|---|
| committer | Jeff Davis <jdavis@postgresql.org> | 2013-09-04 23:43:41 -0700 |
| commit | b1892aaeaaf34d8d1637221fc1cbda82ac3fcd71 (patch) | |
| tree | a77bdbfeb09ccbff46f5f33a1c7759089ff9f3f7 /src/include/pg_config.h.win32 | |
| parent | be6fcb671e4291654391fba475f4b555d2da74f3 (diff) | |
| download | postgresql-b1892aaeaaf34d8d1637221fc1cbda82ac3fcd71.tar.gz | |
Revert WAL posix_fallocate() patches.
This reverts commit 269e780822abb2e44189afaccd6b0ee7aefa7ddd
and commit 5b571bb8c8d2bea610e01ae1ee7bc05adcfff528.
Unfortunately, the initial patch had insufficient performance testing,
and resulted in a regression.
Per report by Thom Brown.
Diffstat (limited to 'src/include/pg_config.h.win32')
| -rw-r--r-- | src/include/pg_config.h.win32 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 931551086b..54db287aff 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -276,9 +276,6 @@ /* Define to 1 if you have the <poll.h> header file. */ /* #undef HAVE_POLL_H */ -/* Define to 1 if you have the `posix_fallocate' function. */ -/* #undef HAVE_POSIX_FALLOCATE */ - /* Define to 1 if you have the POSIX signal interface. */ /* #undef HAVE_POSIX_SIGNALS */ |
