PostgreSQL Source Code git master
Loading...
Searching...
No Matches
InjIoErrorState Struct Reference

Data Fields

ConditionVariable cv
 
bool enabled_short_read
 
bool enabled_reopen
 
bool enabled_completion_wait
 
Oid completion_wait_relfilenode
 
BlockNumber completion_wait_blockno
 
pid_t completion_wait_pid
 
uint32 completion_wait_event
 
bool short_read_result_set
 
Oid short_read_relfilenode
 
pid_t short_read_pid
 
int short_read_result
 

Detailed Description

Definition at line 47 of file test_aio.c.

Field Documentation

◆ completion_wait_blockno

BlockNumber InjIoErrorState::completion_wait_blockno

Definition at line 56 of file test_aio.c.

Referenced by inj_io_completion_continue(), and inj_io_completion_wait().

◆ completion_wait_event

uint32 InjIoErrorState::completion_wait_event

Definition at line 58 of file test_aio.c.

Referenced by test_aio_shmem_startup().

◆ completion_wait_pid

pid_t InjIoErrorState::completion_wait_pid

Definition at line 57 of file test_aio.c.

Referenced by inj_io_completion_continue(), and inj_io_completion_wait().

◆ completion_wait_relfilenode

Oid InjIoErrorState::completion_wait_relfilenode

Definition at line 55 of file test_aio.c.

Referenced by inj_io_completion_continue(), and inj_io_completion_wait().

◆ cv

ConditionVariable InjIoErrorState::cv

Definition at line 49 of file test_aio.c.

Referenced by inj_io_completion_continue(), and test_aio_shmem_startup().

◆ enabled_completion_wait

bool InjIoErrorState::enabled_completion_wait

◆ enabled_reopen

bool InjIoErrorState::enabled_reopen

Definition at line 52 of file test_aio.c.

Referenced by inj_io_reopen_attach(), inj_io_reopen_detach(), and test_aio_shmem_startup().

◆ enabled_short_read

bool InjIoErrorState::enabled_short_read

◆ short_read_pid

pid_t InjIoErrorState::short_read_pid

Definition at line 62 of file test_aio.c.

Referenced by inj_io_short_read_attach().

◆ short_read_relfilenode

Oid InjIoErrorState::short_read_relfilenode

Definition at line 61 of file test_aio.c.

Referenced by inj_io_short_read_attach().

◆ short_read_result

int InjIoErrorState::short_read_result

Definition at line 63 of file test_aio.c.

Referenced by inj_io_short_read_attach().

◆ short_read_result_set

bool InjIoErrorState::short_read_result_set

Definition at line 60 of file test_aio.c.

Referenced by inj_io_short_read_attach().


The documentation for this struct was generated from the following file: