Disallow empty passwords in LDAP authentication, the same way
[PostgreSQL.git] / src / include / pg_trace.h
blob4fce344193c4fece3d4e894a0a39c08567362226
1 /* ----------
2 * pg_trace.h
4 * Definitions for the PostgreSQL tracing framework
6 * Copyright (c) 2006-2009, PostgreSQL Global Development Group
8 * $PostgreSQL$
9 * ----------
12 #ifndef PG_TRACE_H
13 #define PG_TRACE_H
15 #include "utils/probes.h"
17 #endif /* PG_TRACE_H */