Re: REL_13_STABLE Windows 10 Regression Failures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: REL_13_STABLE Windows 10 Regression Failures
Дата
Msg-id 1987800.1604942314@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: REL_13_STABLE Windows 10 Regression Failures  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: REL_13_STABLE Windows 10 Regression Failures
Следующее
От: Vik Fearing
Дата:
Сообщение: Re: BUG #16706: insert into on conflict(pk) do update error violates not-null constraint