postgresql/src/include/pg_trace.h

18 lines
316 B
C
Raw Normal View History

/* ----------
* pg_trace.h
*
* Definitions for the PostgreSQL tracing framework
*
* Copyright (c) 2006-2014, 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
#include "utils/probes.h" /* pgrminclude ignore */
2006-10-04 02:30:14 +02:00
#endif /* PG_TRACE_H */