OSDN Git Service

Update comments to reflect that tgenabled is not a boolean anymore.
[pg-rex/syncrep.git] / src / include / pg_trace.h
1 /* ----------
2  *      pg_trace.h
3  *
4  *      Definitions for the PostgreSQL tracing framework
5  *
6  *      Copyright (c) 2006-2009, PostgreSQL Global Development Group
7  *
8  *      $PostgreSQL: pgsql/src/include/pg_trace.h,v 1.5 2009/01/01 17:23:55 momjian Exp $
9  * ----------
10  */
11
12 #ifndef PG_TRACE_H
13 #define PG_TRACE_H
14
15 #include "utils/probes.h"
16
17 #endif   /* PG_TRACE_H */