|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Data Structures | |
| struct | TestShmemData |
Typedefs | |
| typedef struct TestShmemData | TestShmemData |
Variables | |
| PG_MODULE_MAGIC | |
| static TestShmemData * | TestShmem |
| static bool | attached_or_initialized = false |
| static const ShmemCallbacks | TestShmemCallbacks |
| typedef struct TestShmemData TestShmemData |
Definition at line 86 of file test_shmem.c.
References elog, LOG, RegisterShmemCallbacks(), and TestShmemCallbacks.
| Datum get_test_shmem_attach_count | ( | PG_FUNCTION_ARGS | ) |
Definition at line 94 of file test_shmem.c.
References TestShmemData::attach_count, attached_or_initialized, elog, ERROR, TestShmemData::initialized, PG_RETURN_INT32, and TestShmem.
| PG_FUNCTION_INFO_V1 | ( | get_test_shmem_attach_count | ) |
Definition at line 73 of file test_shmem.c.
References TestShmemData::attach_count, attached_or_initialized, elog, ERROR, TestShmemData::initialized, LOG, and TestShmem.
Definition at line 60 of file test_shmem.c.
References attached_or_initialized, elog, ERROR, TestShmemData::initialized, LOG, and TestShmem.
Definition at line 50 of file test_shmem.c.
References elog, LOG, name, ShmemRequestStruct, and TestShmem.
Definition at line 36 of file test_shmem.c.
Referenced by get_test_shmem_attach_count(), test_shmem_attach(), and test_shmem_init().
| PG_MODULE_MAGIC |
Definition at line 25 of file test_shmem.c.
|
static |
Definition at line 34 of file test_shmem.c.
Referenced by get_test_shmem_attach_count(), test_shmem_attach(), test_shmem_init(), and test_shmem_request().
|
static |
Definition at line 42 of file test_shmem.c.
Referenced by _PG_init().