1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +03:00

Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.

This commit is contained in:
Bruce Momjian
2003-02-19 23:41:15 +00:00
parent e2a618fe25
commit 69c049cef4
10 changed files with 73 additions and 219 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: lock.h,v 1.70 2003/02/19 04:02:54 momjian Exp $
* $Id: lock.h,v 1.71 2003/02/19 23:41:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -100,14 +100,13 @@ typedef struct LOCKMETHODTABLE
*/
typedef struct LOCKTAG
{
Oid objId;
Oid classId;
Oid relId;
Oid dbId;
union
{
BlockNumber blkno;
TransactionId xid;
} objsubId;
} objId;
/*
* offnum should be part of objId.tupleId above, but would increase