tcopdebug.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * tcopdebug.h
  4.  *   #defines governing debugging behaviour in the traffic cop
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: tcopdebug.h,v 1.4 1999/02/13 23:22:13 momjian Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef TCOPDEBUG_H
  14. #define TCOPDEBUG_H
  15. /* ----------------------------------------------------------------
  16.  * debugging defines.
  17.  *
  18.  * If you want certain debugging behaviour, then #define
  19.  * the variable to 1, else #undef it. -cim 10/26/89
  20.  * ----------------------------------------------------------------
  21.  */
  22. /* ----------------
  23.  * TCOP_SHOWSTATS controls whether or not buffer and
  24.  * access method statistics are shown for each query. -cim 2/9/89
  25.  * ----------------
  26.  */
  27. #undef TCOP_SHOWSTATS
  28. /* ----------------
  29.  * TCOP_DONTUSENEWLINE controls the default setting of
  30.  * the UseNewLine variable in postgres.c
  31.  * ----------------
  32.  */
  33. #undef TCOP_DONTUSENEWLINE
  34. /* ----------------------------------------------------------------
  35.  * #defines controlled by above definitions
  36.  * ----------------------------------------------------------------
  37.  */
  38. #endif  /* TCOPDEBUG_H */