forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3c71244
committed
Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect
this someday, but right now it seems that posix_fadvise is immature tothe point of being broken on many platforms ... and we don't have anybenchmark evidence proving it's worth spending time on.1 parent33b4ad6 commit3c71244
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
2153 | 2153 |
| |
2154 | 2154 |
| |
2155 | 2155 |
| |
2156 |
| - | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
2157 | 2166 |
| |
2158 | 2167 |
| |
2159 | 2168 |
| |
| |||
2163 | 2172 |
| |
2164 | 2173 |
| |
2165 | 2174 |
| |
| 2175 | + | |
2166 | 2176 |
| |
2167 | 2177 |
| |
2168 | 2178 |
| |
2169 | 2179 |
| |
| 2180 | + | |
| 2181 | + | |
2170 | 2182 |
| |
2171 | 2183 |
| |
2172 | 2184 |
| |
|
0 commit comments
Comments
(0)