Re: pgsql: Add new contrib function pgrowlocks.

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: mike(at)fuhr(dot)org
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add new contrib function pgrowlocks.
Date: 2006-04-25 00:49:35
Message-ID: 20060425.094935.109053861.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> On Sat, Apr 22, 2006 at 10:12:58PM -0300, Tatsuo Ishii wrote:
> > Log Message:
> > -----------
> > Add new contrib function pgrowlocks. See README.pgrowlocks for more details.
>
> Calling this function results in SIGBUS on Solaris 9/sparc.
>
> test=> CREATE TABLE foo (id integer);
> CREATE TABLE
> test=> SELECT * FROM pgrowlocks('foo');
> server closed the connection unexpectedly
>
> % gdb bin/postgres data/core
> [...]
> Program terminated with signal 10, Bus error.
[snip]

Thanks for the report. I have committed fix for this. Can you try it
out?
--
Tatsuo Ishii
SRA OSS, Inc. Japan

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-04-25 02:58:34 pgsql: Update inheritance constraint items: < o %Prevent child tables
Previous Message Tatsuo Ishii 2006-04-25 00:40:54 pgsql: Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31