LOCK.tag( granuarity oflocks)

From: Sumaira Maqsood Ali <sali(at)purdue(dot)edu>
To: pgsql-bugs(at)postgresql(dot)org
Subject: LOCK.tag( granuarity oflocks)
Date: 2003-08-25 14:57:52
Message-ID: 3F4A23F0.50004@purdue.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

following is taken from postgresql-7.3.2/src/backend/storage/lmgr/readme:

"If we are setting a table level lock
both the blockId and tupleId (in an item pointer this is called
the position) are set to invalid, if it is a page level lock the
blockId is valid, while the tupleId is still invalid. Finally if
this is a tuple level lock (we currently never do this) then both
the blockId and tupleId are set to valid specifications. "

is blockId same as tag.objId.blkno? what field in LOCK.tag is tupleId?
thanks
Sumaira

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2003-08-25 15:52:34 Re: index not used afer VACUUM ANALYZE
Previous Message mike 2003-08-25 10:14:04 Re: index not used afer VACUUM ANALYZE