|
PostgreSQL Source Code git master
|
Data Fields | |
| int | value |
| bool | initialized |
| int | attach_count |
Definition at line 27 of file test_shmem.c.
| int TestShmemData::attach_count |
Definition at line 31 of file test_shmem.c.
Referenced by get_test_shmem_attach_count(), and test_shmem_attach().
| bool TestShmemData::initialized |
Definition at line 30 of file test_shmem.c.
Referenced by get_test_shmem_attach_count(), test_shmem_attach(), and test_shmem_init().
| int TestShmemData::value |
Definition at line 29 of file test_shmem.c.