pgaio_io_update_state(ioh, PGAIO_HS_COMPLETED_IO);
- pgaio_io_call_inj(ioh, "AIO_PROCESS_COMPLETION_BEFORE_SHARED");
+ pgaio_io_call_inj(ioh, "aio-process-completion-before-shared");
pgaio_io_call_complete_shared(ioh);
* To be able to exercise the reopen-fails path, allow injection
* points to trigger a failure at this point.
*/
- pgaio_io_call_inj(ioh, "AIO_WORKER_AFTER_REOPEN");
+ pgaio_io_call_inj(ioh, "aio-worker-after-reopen");
error_errno = 0;
error_ioh = NULL;
inj_io_error_state->enabled_reopen = false;
#ifdef USE_INJECTION_POINTS
- InjectionPointAttach("AIO_PROCESS_COMPLETION_BEFORE_SHARED",
+ InjectionPointAttach("aio-process-completion-before-shared",
"test_aio",
"inj_io_short_read",
NULL,
0);
- InjectionPointLoad("AIO_PROCESS_COMPLETION_BEFORE_SHARED");
+ InjectionPointLoad("aio-process-completion-before-shared");
- InjectionPointAttach("AIO_WORKER_AFTER_REOPEN",
+ InjectionPointAttach("aio-worker-after-reopen",
"test_aio",
"inj_io_reopen",
NULL,
0);
- InjectionPointLoad("AIO_WORKER_AFTER_REOPEN");
+ InjectionPointLoad("aio-worker-after-reopen");
#endif
}
* critical section.
*/
#ifdef USE_INJECTION_POINTS
- InjectionPointLoad("AIO_PROCESS_COMPLETION_BEFORE_SHARED");
- InjectionPointLoad("AIO_WORKER_AFTER_REOPEN");
+ InjectionPointLoad("aio-process-completion-before-shared");
+ InjectionPointLoad("aio-worker-after-reopen");
elog(LOG, "injection point loaded");
#endif
}