postgresql/contrib/userlock
Vadim B. Mikheev bbf37e9477 typedef struct LTAG
{
    Oid             relId;
    Oid             dbId;
    union
    {
        BlockNumber     blkno;
        TransactionId   xid;
    }               objId;
>
> Added:
>    /*
>     * offnum should be part of objId.tupleId above, but would increase
>     * sizeof(LOCKTAG) and so moved here; currently used by userlocks only.
>     */
>    OffsetNumber    offnum;
    uint16          lockmethod;     /* needed by userlocks */
} LOCKTAG;

gmake clean required...
User locks are ready for 6.5 release...
1999-06-01 09:35:39 +00:00
..
Makefile From: Massimo Dal Zotto <dz@cs.unitn.it> 1998-08-30 19:37:51 +00:00
user_locks.c typedef struct LTAG 1999-06-01 09:35:39 +00:00
user_locks.doc From: Massimo Dal Zotto <dz@cs.unitn.it> 1998-08-30 19:37:51 +00:00
user_locks.h pgindent run over code. 1999-05-25 16:15:34 +00:00
user_locks.sql.in From: Massimo Dal Zotto <dz@cs.unitn.it> 1998-08-30 19:37:51 +00:00