Re: row level lock and table level locks

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jenny -" <nat_lazy(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: row level lock and table level locks
Date: 2003-09-08 16:49:51
Message-ID: 19206.1063039791@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jenny -" <nat_lazy(at)hotmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-08 16:50:18 Re: FreeBSD/i386 thread test
Previous Message Tom Lane 2003-09-08 16:47:05 Re: plpgsql doesn't coerce boolean expressions to boolean