Re: pg15b4: FailedAssertion("TransactionIdIsValid(xmax)

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg15b4: FailedAssertion("TransactionIdIsValid(xmax)
Дата
Msg-id 20220912090913.xex3sjeqvk4odlaa@alvherre.pgsql
обсуждение исходный текст
Ответ на pg15b4: FailedAssertion("TransactionIdIsValid(xmax)  (Justin Pryzby <pryzby@telsasoft.com>)
Список 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)



В списке pgsql-hackers по дате отправления:

Предыдущее
От: a.kozhemyakin@postgrespro.ru
Дата:
Сообщение: Re: tweak to a few index tests to hits ambuildempty() routine.
Следующее
От: bt22kawamotok
Дата:
Сообщение: Re: [PATCH]Feature improvement for MERGE tab completion