From: | "Jenny -" <nat_lazy(at)hotmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: row level lock and table level locks |
Date: | 2003-09-08 16:19:15 |
Message-ID: | BAY1-F166euF9MWTGAz000292ae@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
HI,
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?
thank you
Jenny
>From: Larry Douzie <cs4482003(at)yahoo(dot)com>
>To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
>CC: pgsql-hackers(at)postgresql(dot)org
>Subject: Re: [HACKERS] row level lock and table level locks Date: Sun, 7
>Sep 2003 21:05:49 -0700 (PDT)
>
>Larry Douzie writes:
> > Is there a array or some sort of datastructures that store all the
> > HeapTupleDatas for all rows in the db?
>
>Er, wouldn't that be the database files?
>
>What i mean is, whats the pointer name to this list of HeapTupleDatas?
>
>Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>c
>regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
>---------------------------------
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
_________________________________________________________________
Express yourself with MSN Messenger 6.0 -- download now!
http://www.msnmessenger-download.com/tracking/reach_general
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2003-09-08 16:20:56 | Re: plpgsql doesn't coerce boolean expressions to boolean |
Previous Message | luke | 2003-09-08 16:15:49 | pgsql vc++|win32 |