Re: easy crash on HEAD - Mailing list pgsql-bugs

From Tom Lane
Subject Re: easy crash on HEAD
Date
Msg-id 25521.1368733578@sss.pgh.pa.us
Whole thread Raw
In response to easy crash on HEAD  (Josh Kupershmidt <schmiddy@gmail.com>)
List pgsql-bugs
Josh Kupershmidt <schmiddy@gmail.com> writes:
> I am pretty sure this is an easily-reproducible crash on git head
> (well, as of a2a480af889b5), helpfully confirmed on IRC by wulczer and
> deko. I reproduced the crash myself on OS X and 64-bit Debian.

> create table foo (a int);
> CREATE RULE notify_foo_updates AS ON UPDATE TO foo DO NOTIFY foo;
> \d foo

Thanks, will fix.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Josh Kupershmidt
Date:
Subject: Re: easy crash on HEAD
Next
From: hubert depesz lubaczewski
Date:
Subject: pg_ctl -D "/absolute/path" -m fast restart - doesn't work in some cases