Re: BUG #18599: server closed the connection unexpectedly

From: Karim Chaid <kchaid(at)hotmail(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, David Rowley <dgrowleyml(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #18599: server closed the connection unexpectedly
Date: 2024-09-10 19:29:20
Message-ID: CY5PR10MB6023951272F6128DF1F858B3C39A2@CY5PR10MB6023.namprd10.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thank you all in helping with this issue.
Regards
________________________________
From: Magnus Hagander <magnus(at)hagander(dot)net>
Sent: Saturday, September 7, 2024 1:22 AM
To: Karim Chaid <kchaid(at)hotmail(dot)com>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>; David Rowley <dgrowleyml(at)gmail(dot)com>; PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #18599: server closed the connection unexpectedly

On Sat, Sep 7, 2024, 00:18 Karim Chaid <kchaid(at)hotmail(dot)com<mailto:kchaid(at)hotmail(dot)com>> wrote:
One quick test recommended for me is to convert the columnar tables to heap.
Upon doing it, the query worked. It was hung in the first attempt but in the second attempt worked fine.

I would to get this resolved for columnar setup.

There's no such thing as columnar in PostgreSQL. You must be using either a fork or some pretty complex extension. It seems pretty clear that the problem is in that code and not in PostgreSQL since it goes away when you switch off it. So you're probablh better off reporting it to them.

/Magnus

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Vondra 2024-09-10 19:47:16 Re: BUG #18598: AddressSanitizer detects use after free inside json_unique_hash_match()
Previous Message Tomas Vondra 2024-09-10 19:20:53 Re: BUG #18598: AddressSanitizer detects use after free inside json_unique_hash_match()