diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-05-21 15:58:03 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-05-21 15:58:03 +0900 |
commit | 3d0c3a418fc2448a156164a96804dd6d7c8516fe (patch) | |
tree | 8da80bd04ef1d240c24010187f43e38ca69e82b7 /src/backend/optimizer/util/pathnode.c | |
parent | 0bd762e81f6c73679b4f3072d9d9f359d47e43ab (diff) | |
download | postgresql-3d0c3a418fc2448a156164a96804dd6d7c8516fe.tar.gz postgresql-3d0c3a418fc2448a156164a96804dd6d7c8516fe.zip |
Adjust operation names of pg_aios to match the documentation
pg_aios used the terms "read" and "write" for vectored I/O read and
write operations, respectively. The documentation refers to them as
"readv" and "writev", and the code uses internally the terms
PGAIO_OP_READV and PGAIO_OP_WRITEV for them, as of "vectored".
This commit adjusts these operation names to match with the code and the
documentation.
Oversight in 8e293e689bab.
Author: Atsushi Torikoshi <torikoshia@oss.nttdata.com>
Discussion: https://postgr.es/m/6df1e949d1d759ad2767c18e5845963e@oss.nttdata.com
Diffstat (limited to 'src/backend/optimizer/util/pathnode.c')
0 files changed, 0 insertions, 0 deletions