Re: easy crash on HEAD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
Cc: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: easy crash on HEAD
Date: 2013-05-16 19:46:18
Message-ID: 25521.1368733578@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Josh Kupershmidt <schmiddy(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message hubert depesz lubaczewski 2013-05-16 20:34:49 pg_ctl -D "/absolute/path" -m fast restart - doesn't work in some cases
Previous Message Josh Kupershmidt 2013-05-16 19:43:44 Re: easy crash on HEAD