Re: row level lock and table level locks - Mailing list pgsql-hackers

From Tom Lane
Subject Re: row level lock and table level locks
Date
Msg-id 19206.1063039791@sss.pgh.pa.us
Whole thread Raw
In response to Re: row level lock and table level locks  ("Jenny -" <nat_lazy@hotmail.com>)
List pgsql-hackers
"Jenny -" <nat_lazy@hotmail.com> writes:
> I found out that TupleTable stores per-tuple information(it stores 
> HeapTupleData) and that also there are multiple TupleTables in the db at a 
> time.Based on what are diffrent TupleTables created?

TupleTables are just temporary data structures to hold transiently
created tuples during execution of a query.  There's usually one for
each plan node.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: plpgsql doesn't coerce boolean expressions to boolean
Next
From: Bruce Momjian
Date:
Subject: Re: FreeBSD/i386 thread test