Re: [COMMITTERS] pgsql: Add new contrib function pgrowlocks.

2006-04-24 Thread Michael Fuhr
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, B

Re: [COMMITTERS] pgsql: Add new contrib function pgrowlocks.

2006-04-24 Thread Tatsuo Ishii
> 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 TABL

Re: [COMMITTERS] pgsql: Add new contrib function pgrowlocks.

2006-04-23 Thread Michael Fuhr
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 *

[COMMITTERS] pgsql: Add new contrib function pgrowlocks.

2006-04-22 Thread Tatsuo Ishii
Log Message: --- Add new contrib function pgrowlocks. See README.pgrowlocks for more details. Added Files: --- pgsql/contrib/pgrowlocks: Makefile (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgrowlocks/Makefile?rev=1.1&content-type=text/x-cv