Re: row level lock and table level locks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: row level lock and table level locks
Дата
Msg-id 19206.1063039791@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: row level lock and table level locks  ("Jenny -" <nat_lazy@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql doesn't coerce boolean expressions to boolean
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: FreeBSD/i386 thread test