Re: REL_13_STABLE Windows 10 Regression Failures - Mailing list pgsql-bugs

From Tom Lane
Subject Re: REL_13_STABLE Windows 10 Regression Failures
Date
Msg-id 1987800.1604942314@sss.pgh.pa.us
Whole thread Raw
In response to Re: REL_13_STABLE Windows 10 Regression Failures  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-bugs
Alvaro Herrera <alvherre@alvh.no-ip.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



pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: REL_13_STABLE Windows 10 Regression Failures
Next
From: Vik Fearing
Date:
Subject: Re: BUG #16706: insert into on conflict(pk) do update error violates not-null constraint