pgsql: Rename injection points used in AIO tests

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename injection points used in AIO tests
Date: 2025-04-19 09:54:18
Message-ID: E1u64tu-000m6e-1q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename injection points used in AIO tests

The format of the injection point names used by the AIO code does not
match the existing naming convention used everywhere else in the code,
so let's be consistent. These points are used in test_aio.

Reviewed-by: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)com>
Discussion: https://postgr.es/m/Z_yTB80bdu1sYDqJ@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/114f7fa81c72637d75b574269f2076dcc1104e24

Modified Files
--------------
src/backend/storage/aio/aio.c | 2 +-
src/backend/storage/aio/method_worker.c | 2 +-
src/test/modules/test_aio/test_aio.c | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-04-19 10:20:45 pgsql: Fix typos and grammar in the code
Previous Message Fujii Masao 2025-04-18 09:37:08 pgsql: Make pg_upgrade log message with control file path translatable.