pgsql: Rename injection points used in AIO tests

Поиск
Список
Период
Сортировка
Искать

pgsql: Rename injection points used in AIO tests

От:
Michael Paquier <michael@paquier.xyz>
Дата:
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 
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(-)

FAQ