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

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * locks.h
  4.  *
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: locks.h,v 1.11 1999/02/13 23:21:59 momjian Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef LOCKS_H
  14. #define LOCKS_H
  15. #include "nodes/nodes.h"
  16. #include "nodes/parsenodes.h"
  17. #include "rewrite/prs2lock.h"
  18. extern List *matchLocks(CmdType event, RuleLock *rulelocks, int varno,
  19.    Query *parsetree);
  20. extern void checkLockPerms(List *locks, Query *parsetree, int rt_index);
  21. #endif  /* LOCKS_H */