1 /*-------------------------------------------------------------------------
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
12 *-------------------------------------------------------------------------
17 /* ----------------------------------------------------------------
20 * If you want certain debugging behaviour, then #define
21 * the variable to 1, else #undef it. -cim 10/26/89
22 * ----------------------------------------------------------------
26 * TCOP_SHOWSTATS controls whether or not buffer and
27 * access method statistics are shown for each query. -cim 2/9/89
33 * TCOP_DONTUSENEWLINE controls the default setting of
34 * the UseNewLine variable in postgres.c
37 #undef TCOP_DONTUSENEWLINE
39 /* ----------------------------------------------------------------
40 * #defines controlled by above definitions
41 * ----------------------------------------------------------------
44 #endif /* TCOPDEBUG_H */