Re: obtaining row locking information

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: obtaining row locking information
Date: 2005-08-08 14:46:38
Message-ID: 20050808144638.GC26979@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Aug 07, 2005 at 09:46:08PM +0900, Tatsuo Ishii wrote:

> With a help from Bruce, I wrote a small function which returns row
> locking information(see attached file if you are interested).

A quick note: it's easier to build tuples using heap_form_tuple instead
of BuildTupleFromCStrings.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"Endurecerse, pero jamás perder la ternura" (E. Guevara)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-08-08 15:35:17 Re: obtaining row locking information
Previous Message Alvaro Herrera 2005-08-08 14:43:40 Re: obtaining row locking information