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

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Marc <postgres(at)arcict(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres 12.1 : UPPER() in WHERE clause restarts server
Date: 2020-02-11 01:51:17
Message-ID: CA+hUKGLT9NQrYrjuN8RaFb=Zim5wALCgFSvS4W0KKxBic0ik-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Feb 10, 2020 at 4:35 AM Marc <postgres(at)arcict(dot)com> wrote:
> We will keep the 12.1 in place so that we can run additional tests to assist to pin-point the issue.
>
> Feel free to ask but allow us to recover from these hectic days ;-)

Here's how to get a stack so we can see what it was doing, assuming
you have the Apple developer tools installed:

1. Find the PID of the backend you're connected to with SELECT
pg_backend_pid().
2. "lldb -p PID" from a shell to attach to the process, then "cont"
to let it continue running.
3. Run the query in that backend and wait for the SIGKILL.
4. In the lldb session, type "bt".

It'll only make sense if your PostgreSQL build has debug symbols, but let's see.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nick Renders 2020-02-11 11:32:05 Re: Postgres 12.1 : UPPER() in WHERE clause restarts server
Previous Message Adrian Klaver 2020-02-11 00:58:25 Re: Pre-version pg_upgrade syntax check