postgresql/src/include/pg_trace.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
320 B
C
Raw Permalink Normal View History

/* ----------
* pg_trace.h
*
* Definitions for the PostgreSQL tracing framework
*
* Copyright (c) 2006-2024, PostgreSQL Global Development Group
*
2010-09-20 22:08:53 +02:00
* src/include/pg_trace.h
* ----------
*/
#ifndef PG_TRACE_H
#define PG_TRACE_H
2011-08-26 22:04:29 +02:00
#include "utils/probes.h" /* pgrminclude ignore */
#endif /* PG_TRACE_H */