PostgreSQL Source Code git master
Loading...
Searching...
No Matches
injection_points.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * injection_points.h
4 * Definitions for the injection points module
5 *
6 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 * IDENTIFICATION
10 * src/test/modules/injection_points/injection_points.h
11 *
12 *-------------------------------------------------------------------------
13 */
14
15#ifndef INJECTION_POINTS_H
16#define INJECTION_POINTS_H
17
23
25{
26 /* Type of the condition */
28
29 /* ID of the process where the injection point is allowed to run */
30 int pid;
32
33#endif /* INJECTION_POINTS_H */
InjectionPointConditionType
@ INJ_CONDITION_PID
@ INJ_CONDITION_ALWAYS
InjectionPointConditionType type