diff options
Diffstat (limited to 'src/backend/rewrite/locks.h')
| -rw-r--r-- | src/backend/rewrite/locks.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/backend/rewrite/locks.h b/src/backend/rewrite/locks.h new file mode 100644 index 0000000000..7246bbe81c --- /dev/null +++ b/src/backend/rewrite/locks.h @@ -0,0 +1,21 @@ +/*------------------------------------------------------------------------- + * + * locks.h-- + * + * + * + * Copyright (c) 1994, Regents of the University of California + * + * $Id$ + * + *------------------------------------------------------------------------- + */ +#ifndef LOCKS_H +#define LOCKS_H + +#include "rewrite/prs2lock.h" + +extern List *matchLocks(CmdType event, RuleLock *rulelocks, int varno, + Query *parsetree); + +#endif /* LOCKS_H */ |
