Re: pgsql: Add new contrib function pgrowlocks. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject Re: pgsql: Add new contrib function pgrowlocks.
Date
Msg-id 20060425.094935.109053861.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: pgsql: Add new contrib function pgrowlocks.  (Michael Fuhr <mike@fuhr.org>)
List 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

pgsql-committers by date:

Previous
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql: Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update inheritance constraint items: < o %Prevent child tables