Re: REL_13_STABLE Windows 10 Regression Failures

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Heath Lord <heath(dot)lord(at)crunchydata(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: REL_13_STABLE Windows 10 Regression Failures
Date: 2020-11-09 17:14:46
Message-ID: 20201109171446.GA32555@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2020-Nov-09, Heath Lord wrote:

> Thread 1 received signal ?, Unknown signal.
> [Switching to Thread 4440.0x39c]
> 0x00007ffbf387e598 in ntdll!RtlRaiseStatus () from C:\Windows\SYSTEM32\ntdll.dll
> #0 0x00007ffbf387e598 in ntdll!RtlRaiseStatus () from C:\Windows\SYSTEM32\ntdll.dll
> #1 0x00007ffbf37e6673 in ntdll!RtlUnwindEx () from C:\Windows\SYSTEM32\ntdll.dll
> #2 0x00007ffbf0a734bd in msvcrt!_setjmpex () from C:\Windows\System32\msvcrt.dll
> #3 0x000000000082535a in pg_re_throw () at elog.c:1717
> #4 0x000000000082517a in errfinish (filename=<optimized out>, filename(at)entry=0x9595a7 <__func__.114045+79> "statscmds.c", lineno=lineno(at)entry=204, funcname=funcname(at)entry=0x959990 <__func__.111351> "CreateStatistics") at elog.c:502
> #5 0x000000000056552c in CreateStatistics (stmt=0x4c05858, stmt(at)entry=0x4b6ee30) at statscmds.c:202

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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-11-09 17:18:34 Re: REL_13_STABLE Windows 10 Regression Failures
Previous Message Heath Lord 2020-11-09 17:07:53 Re: REL_13_STABLE Windows 10 Regression Failures