assert violation in logical messages serialization - Mailing list pgsql-hackers

From Stas Kelvich
Subject assert violation in logical messages serialization
Date
Msg-id 7C343307-A914-462F-834F-C7FAC18A458A@postgrespro.ru
Whole thread Raw
Responses Re: assert violation in logical messages serialization  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hello.

During processing of logical messages in ReorderBufferSerializeChange()
pointer to ondisk structure isn’t updated after possible reorder buffer realloc by
ReorderBufferSerializeReserve().

Actual reason spotted by Konstantin Knizhnik.



--
Stas Kelvich
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company


Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re:
Next
From: Kevin Grittner
Date:
Subject: Re: Redesigning parallel dump/restore's wait-for-workers logic