Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / tcop / tcopdebug.h
blob3bc523cc8e4134d46d9db3f9ebd57477be37dbdd
1 /*-------------------------------------------------------------------------
3 * tcopdebug.h
4 * #defines governing debugging behaviour in the traffic cop
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * $PostgreSQL$
12 *-------------------------------------------------------------------------
14 #ifndef TCOPDEBUG_H
15 #define TCOPDEBUG_H
17 /* ----------------------------------------------------------------
18 * debugging defines.
20 * If you want certain debugging behaviour, then #define
21 * the variable to 1, else #undef it. -cim 10/26/89
22 * ----------------------------------------------------------------
25 /* ----------------
26 * TCOP_SHOWSTATS controls whether or not buffer and
27 * access method statistics are shown for each query. -cim 2/9/89
28 * ----------------
30 #undef TCOP_SHOWSTATS
32 /* ----------------
33 * TCOP_DONTUSENEWLINE controls the default setting of
34 * the UseNewLine variable in postgres.c
35 * ----------------
37 #undef TCOP_DONTUSENEWLINE
39 /* ----------------------------------------------------------------
40 * #defines controlled by above definitions
41 * ----------------------------------------------------------------
44 #endif /* TCOPDEBUG_H */