repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git]
/
src
/
include
/
pg_trace.h
blob
5cd572f6ea9437422faa43139e8584e806668f2b
1
/* ----------
2
* pg_trace.h
3
*
4
* Definitions for the PostgreSQL tracing framework
5
*
6
* Copyright (c) 2006-2008, PostgreSQL Global Development Group
7
*
8
* $PostgreSQL$
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 */