Re: Segmentation Fault PG 14

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Willian Colognesi <willian_colognesi(at)trimble(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Segmentation Fault PG 14
Date: 2022-11-07 23:05:04
Message-ID: 3585073.1667862304@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Willian Colognesi <willian_colognesi(at)trimble(dot)com> writes:
> There is no llvm installed on ubuntu server, postgresql was installed via
> apt package `apt install postgresql-14`

If there's no LLVM around, then disabling JIT wouldn't do anything,
because it depends on LLVM to compile code.

We should perhaps wait awhile to see if that really fixed it.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeffrey Walton 2022-11-07 23:47:24 Re: Segmentation Fault PG 14
Previous Message Willian Colognesi 2022-11-07 22:45:24 Re: Segmentation Fault PG 14