Re: easy crash on HEAD

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Josh Kupershmidt <schmiddy@gmail.com>
Cc: Pg Bugs <pgsql-bugs@postgresql.org>
Date: 2013-05-16T19:46:18Z
Lists: 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