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

From Michael Fuhr
Subject Re: pgsql: Add new contrib function pgrowlocks.
Date
Msg-id 20060425032608.GA13661@winnie.fuhr.org
Whole thread Raw
In response to pgsql: Add new contrib function pgrowlocks.  (ishii@postgresql.org (Tatsuo Ishii))
List pgsql-committers
On Tue, Apr 25, 2006 at 09:44:25AM +0900, Tatsuo Ishii wrote:
> > 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?

No crashes so far; I'll follow up if I see any more problems.
Thanks.

--
Michael Fuhr

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update inheritance constraint items: < o %Prevent child tables
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add RESET CONNECTION, to reset all aspects of a session.