postgresql/src/include/pg_trace.h
Bruce Momjian 451c43974f Update copyright for 2026
Backpatch-through: 14
2026-01-01 13:24:10 -05:00

17 lines
321 B
C

/* ----------
* pg_trace.h
*
* Definitions for the PostgreSQL tracing framework
*
* Copyright (c) 2006-2026, PostgreSQL Global Development Group
*
* src/include/pg_trace.h
* ----------
*/
#ifndef PG_TRACE_H
#define PG_TRACE_H
#include "utils/probes.h" /* IWYU pragma: export */
#endif /* PG_TRACE_H */