- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3d0c3a4
committed
Adjust operation names of pg_aios to match the documentation
pg_aios used the terms "read" and "write" for vectored I/O read andwrite operations, respectively. The documentation refers to them as"readv" and "writev", and the code uses internally the termsPGAIO_OP_READV and PGAIO_OP_WRITEV for them, as of "vectored".This commit adjusts these operation names to match with the code and thedocumentation.Oversight in8e293e6.Author: Atsushi Torikoshi <torikoshia@oss.nttdata.com>Discussion:https://postgr.es/m/6df1e949d1d759ad2767c18e5845963e@oss.nttdata.com1 parent0bd762e commit3d0c3a4
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
| 184 | + | |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
|
0 commit comments
Comments
(0)