Rename injection points used in AIO tests
authorMichael Paquier <michael@paquier.xyz>
Sat, 19 Apr 2025 09:53:35 +0000 (18:53 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 19 Apr 2025 09:53:35 +0000 (18:53 +0900)
commit114f7fa81c72637d75b574269f2076dcc1104e24
tree0bf4cd03412f0d730451835de52c43be8713ce17
parent3aad76a0a970faf22ea38dd61b5668d480b5a92f
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
src/backend/storage/aio/aio.c
src/backend/storage/aio/method_worker.c
src/test/modules/test_aio/test_aio.c