Re: pg15b4: FailedAssertion("TransactionIdIsValid(xmax)

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg15b4: FailedAssertion("TransactionIdIsValid(xmax)
Date: 2022-09-12 09:09:13
Message-ID: 20220912090913.xex3sjeqvk4odlaa@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2022-Sep-09, Justin Pryzby wrote:

> 4) I was simultaneously compiling pg14b4 to run with with
> -DRELCACHE_FORCE_RELEASE and installing it into /usr/local. I don't *think*
> running libraries would've been overwritten, and that shouldn't have
> affected the running instance anyway...

If you were installing new files with the system running and under
duress, then yeah bad things could happen -- if any ABIs are changed and
new connections are opened in between, then these new connections could
load new copies of the libraries with changed ABI. This might or might
not be happening here, but I wouldn't waste too much time chasing broken
databases created this way.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"Pensar que el espectro que vemos es ilusorio no lo despoja de espanto,
sólo le suma el nuevo terror de la locura" (Perelandra, C.S. Lewis)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message bt22kawamotok 2022-09-12 09:20:30 Re: [PATCH]Feature improvement for MERGE tab completion
Previous Message a.kozhemyakin 2022-09-12 08:47:09 Re: tweak to a few index tests to hits ambuildempty() routine.