Re: BUG #19067: On master at commit 66cdef4425f3, "psql -c 'select 1' dbname" causes the backend to seg fault

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: cookt@blackduck.com, pgsql-bugs@lists.postgresql.org
Date: 2025-09-27T09:07:15Z
Lists: pgsql-bugs
On Sat, 27 Sept 2025 at 21:03, PG Bug reporting form
<noreply@postgresql.org> wrote:
>     psql -h localhost -p $PG19_PORT -c "select 1;" testdb
>
> causes the backend to seg fault using psql from both 66cdef4425f3 and 18.0.

I think it's more likely you need to do "make clean" before building.

David