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-2013, PostgreSQL Global Development Group
*
2010-09-20 16:08:53 -04:00
* src/include/pg_trace.h
* ----------
*/
#ifndef PG_TRACE_H
#define PG_TRACE_H
#include "utils/probes.h" /* pgrminclude ignore */
2006-10-03 20:30:14 -04:00
#endif /* PG_TRACE_H */