Header And Logo

PostgreSQL
| The world's most advanced open source database.

pg_trace.h

Go to the documentation of this file.
00001 /* ----------
00002  *  pg_trace.h
00003  *
00004  *  Definitions for the PostgreSQL tracing framework
00005  *
00006  *  Copyright (c) 2006-2013, PostgreSQL Global Development Group
00007  *
00008  *  src/include/pg_trace.h
00009  * ----------
00010  */
00011 
00012 #ifndef PG_TRACE_H
00013 #define PG_TRACE_H
00014 
00015 #include "utils/probes.h"       /* pgrminclude ignore */
00016 
00017 #endif   /* PG_TRACE_H */