Re: BUG #16351: PostgreSQL closing connection during requests with segmentation fault - Mailing list pgsql-bugs

From Daniel Verite
Subject Re: BUG #16351: PostgreSQL closing connection during requests with segmentation fault
Date
Msg-id 33711d3a-3b70-4844-8aaa-1d9b5f9208da@manitou-mail.org
Whole thread Raw
In response to Re: BUG #16351: PostgreSQL closing connection during requests withsegmentation fault  (Johannes Mols <johannes.mols@gmail.com>)
List pgsql-bugs
    Johannes Mols wrote:

> I then found the postgresql-10-dbg package here:
> https://www.ubuntuupdates.org/package/postgresql/trusty-pgdg/main/base/postgresql-10-dbg
> However, when I try to install it I get the following error:

"trusty" is the codename for ubuntu 14.04 (now obsolete), but
you're using 18.04 so this package is not what you want.

Normally you don't need to search for packages on websites.
If you installed postgresql-10 with "sudo apt install postgresql-10"
(or "sudo apt install postgresql" choosing version 10 automatically)
you may install the debug symbols with
"sudo apt install postgresql-10-dbgsym"


Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite



pgsql-bugs by date:

Previous
From: Ethan Waldo
Date:
Subject: RE: BUG #16342: CREATE TABLE LIKE INCLUDING GENERATED column orderissue
Next
From: Andrew Gierth
Date:
Subject: Re: Loss of replication after simple misconfiguration