diff options
Diffstat (limited to 'src/include/tcop/tcopdebug.h')
-rw-r--r-- | src/include/tcop/tcopdebug.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h index ecec82c652f..a4512f6686c 100644 --- a/src/include/tcop/tcopdebug.h +++ b/src/include/tcop/tcopdebug.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * * tcopdebug.h-- - * #defines governing debugging behaviour in the traffic cop + * #defines governing debugging behaviour in the traffic cop * * * Copyright (c) 1994, Regents of the University of California * - * $Id: tcopdebug.h,v 1.1 1996/08/28 07:27:52 scrappy Exp $ + * $Id: tcopdebug.h,v 1.2 1997/09/07 05:01:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,30 +14,30 @@ #define TCOPDEBUG_H /* ---------------------------------------------------------------- - * debugging defines. + * debugging defines. * - * If you want certain debugging behaviour, then #define - * the variable to 1, else #undef it. -cim 10/26/89 + * If you want certain debugging behaviour, then #define + * the variable to 1, else #undef it. -cim 10/26/89 * ---------------------------------------------------------------- */ /* ---------------- - * TCOP_SHOWSTATS controls whether or not buffer and - * access method statistics are shown for each query. -cim 2/9/89 + * TCOP_SHOWSTATS controls whether or not buffer and + * access method statistics are shown for each query. -cim 2/9/89 * ---------------- */ #undef TCOP_SHOWSTATS /* ---------------- - * TCOP_DONTUSENEWLINE controls the default setting of - * the UseNewLine variable in postgres.c + * TCOP_DONTUSENEWLINE controls the default setting of + * the UseNewLine variable in postgres.c * ---------------- */ #undef TCOP_DONTUSENEWLINE /* ---------------------------------------------------------------- - * #defines controlled by above definitions + * #defines controlled by above definitions * ---------------------------------------------------------------- */ -#endif /* TCOPDEBUG_H */ +#endif /* TCOPDEBUG_H */ |