[HACKERS] granularity of locks in postgresql

2003-07-28 Thread Jenny -
The following lines are from readme file present in the 
\src\backend\storage\lmgr folder of postgresql

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.
I dont see any field called tupleId in LockTag..does it have another name?
Also, (we currently never do this)-- does this mean that we currently can 
acquire tuplelevel(row level) locks in postgresql?
Thank you
Jenny

_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


[HACKERS] granularity of locks in postgresql

2003-07-27 Thread Jenny -
The following lines are from readme file present in the 
\src\backend\storage\lmgr folder of postgresql

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.
I dont see any field called tupleId in LockTag..does it have another name?
Also, (we currently never do this)-- does this mean that we currently can 
acquire tuplelevel(row level) locks in postgresql?
Thank you
Jenny

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

---(end of broadcast)---
TIP 6: Have you searched our list archives?
  http://archives.postgresql.org


[HACKERS] granularity of locks in postgresql

2003-07-26 Thread Jenny -
The following lines are from readme file present in the 
\src\backend\storage\lmgr folder of postgresql

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.
I dont see any field called tupleId in LockTag..does it have another name?
Also, (we currently never do this)-- does this mean that we currently can 
acquire tuplelevel(row level) locks in postgresql?
Thank you
Jenny

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
 joining column's datatypes do not match


Re: [HACKERS] granularity of locks in postgresql

2003-07-26 Thread Alvaro Herrera
On Sat, Jul 26, 2003 at 10:59:49AM -0700, Jenny - wrote:
 The following lines are from readme file present in the 
 \src\backend\storage\lmgr folder of postgresql
 
 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.

 I dont see any field called tupleId in LockTag..does it have another name?

I think the tupleId is actually represented by the pair
BlockNumber blkno, OffsetNumber offno

 Also, (we currently never do this)-- does this mean that we currently 
 can acquire tuplelevel(row level) locks in postgresql?

It should work, but think about memory requirements if you want to
acquire a lot of those.

-- 
Alvaro Herrera (alvherre[a]dcc.uchile.cl)
Those who use electric razors are infidels destined to burn in hell while
we drink from rivers of beer, download free vids and mingle with naked
well shaved babes. (http://slashdot.org/comments.pl?sid=44793cid=4647152)

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings