pgsql: aio: Change prefix of PgAioResultStatus values to PGAIO_RS_

Started by Andres Freundover 1 year ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

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 <melanieplageman@gmail.com>
Discussion: /messages/by-id/CAAKRu_Yb+JzQpNsgUxCB0gBi+sE-mi_HmcJF6ALnmO4W+UgwpA@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(-)