forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit813fde7
committed
Standardize "read-ahead advice" terminology.
Commit6654bb9 added macOS's equivalent of POSIX_FADV_WILLNEED, andchanged some explicit references to posix_fadvise to use this moregeneral name for the concept. Update some remaining references.Reviewed-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/0827edec-1317-4917-a186-035eb1e3241d%40eisentraut.org1 parent1c61fd8 commit813fde7
File tree
2 files changed
+9
-8
lines changed- src/backend
- access/transam
- storage/aio
2 files changed
+9
-8
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1083 | 1083 |
| |
1084 | 1084 |
| |
1085 | 1085 |
| |
1086 |
| - | |
| 1086 | + | |
1087 | 1087 |
| |
1088 | 1088 |
| |
1089 | 1089 |
| |
|
Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 |
| - | |
| 33 | + | |
33 | 34 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
|
0 commit comments
Comments
(0)