Re: [BUGS] easy crash on HEAD

2013-05-16 Thread Tom Lane
Josh Kupershmidt 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

Re: [BUGS] easy crash on HEAD

2013-05-16 Thread Josh Kupershmidt
On Thu, May 16, 2013 at 3:33 PM, Josh Kupershmidt wrote: > Backtrace looks like this: My mistake -- the last backtrace was from an idle client before the crash. Thank you andres and wulczer for the correction. Here is the interesting one: (gdb) bt #0 has_unnamed_full_join_using (jtnode=0x0) at

[BUGS] easy crash on HEAD

2013-05-16 Thread Josh Kupershmidt
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