mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Allow /contrib include files to compile on their own.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#ifndef USER_LOCKS_H
|
||||
#define USER_LOCKS_H
|
||||
|
||||
#include "storage/lock.h"
|
||||
|
||||
extern int user_lock(uint32 id1, uint32 id2, LOCKMODE lockmode);
|
||||
extern int user_unlock(uint32 id1, uint32 id2, LOCKMODE lockmode);
|
||||
extern int user_write_lock(uint32 id1, uint32 id2);
|
||||
|
Reference in New Issue
Block a user