pgsql: aio: Change prefix of PgAioResultStatus values to PGAIO_RS_

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: aio: Change prefix of PgAioResultStatus values to PGAIO_RS_
Date: 2025-03-22 22:10:35
Message-ID: E1tw735-000WEW-03@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Discussion: https://postgr.es/m/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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2025-03-23 13:16:01 pgsql: Fix "make clean" for new TAP suite.
Previous Message Tom Lane 2025-03-22 18:17:07 pgsql: plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.