Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
> Hmm, line 202 is the ereport in this test:
> if (!IsA(expr, ColumnRef))
> ereport(ERROR,
> (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
> errmsg("only simple column references are allowed in CREATE STATISTICS")));
> Not sure why that gives rise to the upper parts of the stack there.
Yeah, it seems like the error-recovery longjmp has suddenly broken;
but why here? There's nothing unusual about this specific error case.
regards, tom lane