aio: Change prefix of PgAioResultStatus values to PGAIO_RS_ The previous prefix wasn't consistent with the naming of other AIO related enum values. It seems best to rename it before the users are introduced.
Reported-by: Melanie Plageman <melanieplage...@gmail.com> Discussion: https://postgr.es/m/caakru_yb+jzqpnsguxcb0gbi+se-mi_hmcjf6alnmo4w+ug...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ca3067cc573d7c1ed617cfb959ae8507be17f1aa Modified Files -------------- src/backend/storage/aio/aio.c | 12 ++++++------ src/backend/storage/aio/aio_callback.c | 6 +++--- src/backend/storage/aio/aio_init.c | 2 +- src/include/storage/aio_types.h | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-)