Go to the source code of this file.
◆ dc_delay_barrier()
Definition at line 32 of file test_checksums.c.
33{
36
39 (3 * 1000),
41}
int WaitLatch(Latch *latch, int wakeEvents, long timeout, uint32 wait_event_info)
#define WL_EXIT_ON_PM_DEATH
References fb(), MyLatch, name, WaitLatch(), WL_EXIT_ON_PM_DEATH, WL_LATCH_SET, and WL_TIMEOUT.
◆ dc_fake_temptable()
◆ dc_modify_db_result()
◆ dcw_inject_delay_barrier()
Definition at line 45 of file test_checksums.c.
46{
47#ifdef USE_INJECTION_POINTS
49
52 "test_checksums",
53 "dc_delay_barrier",
55 0);
56 else
58#else
60 "test is not working as intended when injection points are disabled");
61#endif
63}
#define PG_GETARG_BOOL(n)
bool InjectionPointDetach(const char *name)
void InjectionPointAttach(const char *name, const char *library, const char *function, const void *private_data, int private_data_size)
References elog, ERROR, fb(), InjectionPointAttach(), InjectionPointDetach(), PG_GETARG_BOOL, and PG_RETURN_VOID.
◆ dcw_inject_launcher_delay()
◆ dcw_inject_startup_delay()
◆ PG_FUNCTION_INFO_V1() [1/3]
◆ PG_FUNCTION_INFO_V1() [2/3]
◆ PG_FUNCTION_INFO_V1() [3/3]
◆ PG_MODULE_MAGIC