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

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * fastpath.h
  4.  *
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: fastpath.h,v 1.5 1999/02/13 23:22:12 momjian Exp $
  10.  *
  11.  * NOTES
  12.  *   This information pulled out of tcop/fastpath.c and put
  13.  *   here so that the PQfn() in be-pqexec.c could access it.
  14.  * -cim 2/26/91
  15.  *
  16.  *-------------------------------------------------------------------------
  17.  */
  18. #ifndef FASTPATH_H
  19. #define FASTPATH_H
  20. /* ----------------
  21.  * fastpath #defines
  22.  * ----------------
  23.  */
  24. #define VAR_LENGTH_RESULT (-1)
  25. #define VAR_LENGTH_ARG (-5)
  26. #define MAX_STRING_LENGTH 256
  27. extern int HandleFunctionRequest(void);
  28. #endif  /* FASTPATH_H */