PostgreSQL Source Code
git master
pg_trace.h
Go to the documentation of this file.
1
/* ----------
2
* pg_trace.h
3
*
4
* Definitions for the PostgreSQL tracing framework
5
*
6
* Copyright (c) 2006-2025, PostgreSQL Global Development Group
7
*
8
* src/include/pg_trace.h
9
* ----------
10
*/
11
12
#ifndef PG_TRACE_H
13
#define PG_TRACE_H
14
15
#include "utils/probes.h"
/* IWYU pragma: export */
16
17
#endif
/* PG_TRACE_H */
src
include
pg_trace.h
Generated on Wed Mar 26 2025 00:13:29 for PostgreSQL Source Code by
1.9.4