pgsql: Rename injection points used in AIO tests - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Rename injection points used in AIO tests
Date
Msg-id E1u64tu-000m6e-1q@gemulon.postgresql.org
Whole thread Raw
List 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.hayato@fujitsu.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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Make pg_upgrade log message with control file path translatable.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix typos and grammar in the code