Re: Postgres 12.1 : UPPER() in WHERE clause restarts server

From: "Nick Renders" <postgres(at)arcict(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres 12.1 : UPPER() in WHERE clause restarts server
Date: 2020-02-25 09:35:38
Message-ID: 43FFA5E7-3090-4D09-B801-C73A595635F9@arcict.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Tom,

1. we used the EDB installer.

2. turning JIT off did make the problem go away. So I guess this was
causing the Postgres process to crash all along.

Thanks for the help,

Nick

On 24 Feb 2020, at 16:24, Tom Lane wrote:

> "Nick Renders" <postgres(at)arcict(dot)com> writes:
>> We have set up a new test environment running PostgreSQL v12.2 on
>> macOS
>> 10.14 and the issue is still there.
>
> Some nearby threads prompt these two questions:
>
> 1. Are you using your own build, or is this from EDB's installer?
>
> 2. If the latter, does turning JIT off ("set jit = off") make the
> problem go away?
>
> There is as yet no "native" support for --with-llvm on macOS,
> ie Apple themselves don't provide sufficient support for that.
> EDB seem to have hacked up something that sort of works, but
> only sort of.
>
> regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jehan-Guillaume de Rorthais 2020-02-25 09:55:44 Re: Replication: slave server has 3x size of production server?
Previous Message Laurenz Albe 2020-02-25 09:20:59 Re: LDAP with TLS is taking more time in Postgresql 11.5