|
PostgreSQL Source Code git master
|
#include "postgres.h"#include "funcapi.h"#include "miscadmin.h"#include "postmaster/datachecksum_state.h"#include "storage/latch.h"#include "utils/injection_point.h"#include "utils/wait_event.h"
Go to the source code of this file.
Variables | |
| PG_MODULE_MAGIC | |
Definition at line 30 of file test_checksums.c.
References fb(), MyLatch, name, WaitLatch(), WL_EXIT_ON_PM_DEATH, WL_LATCH_SET, and WL_TIMEOUT.
| Datum dcw_inject_delay_barrier | ( | PG_FUNCTION_ARGS | ) |
Definition at line 43 of file test_checksums.c.
References elog, ERROR, fb(), InjectionPointAttach(), InjectionPointDetach(), PG_GETARG_BOOL, and PG_RETURN_VOID.
| Datum dcw_inject_launcher_delay | ( | PG_FUNCTION_ARGS | ) |
Definition at line 65 of file test_checksums.c.
References elog, ERROR, fb(), InjectionPointAttach(), InjectionPointDetach(), PG_GETARG_BOOL, and PG_RETURN_VOID.
| Datum dcw_inject_startup_delay | ( | PG_FUNCTION_ARGS | ) |
Definition at line 87 of file test_checksums.c.
References elog, ERROR, fb(), InjectionPointAttach(), InjectionPointDetach(), PG_GETARG_BOOL, and PG_RETURN_VOID.
| PG_FUNCTION_INFO_V1 | ( | dcw_inject_delay_barrier | ) |
| PG_FUNCTION_INFO_V1 | ( | dcw_inject_launcher_delay | ) |
| PG_FUNCTION_INFO_V1 | ( | dcw_inject_startup_delay | ) |
| PG_MODULE_MAGIC |
Definition at line 22 of file test_checksums.c.