Re: running transactions in postgresql

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Jenny - <nat_lazy(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: running transactions in postgresql
Date: 2003-07-09 23:39:46
Message-ID: 20030709233946.GC24746@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 08, 2003 at 07:41:48AM -0700, Jenny - wrote:

> [unquotable HTML, please post only text/plain!]

At transaction start
(src/backend/access/transam/xact.c::StartTransaction()),
src/backend/storage/lmgr/lmgr.c::XactLockTableInsert() is executed,
which takes a special lock on a ficticious XactLockTableId.

Maybe that's what you are seeing?

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Uno puede defenderse de los ataques; contra los elogios se esta indefenso"

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2003-07-09 23:46:07 Re: Beta start date
Previous Message Bruce Momjian 2003-07-09 20:39:10 Beta start date