assert violation in logical messages serialization

From: Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: assert violation in logical messages serialization
Date: 2016-09-27 14:45:59
Message-ID: 7C343307-A914-462F-834F-C7FAC18A458A@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
reorderbuffer.patch application/octet-stream 637 bytes
unknown_filename text/plain 95 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2016-09-27 14:55:18 Re: Redesigning parallel dump/restore's wait-for-workers logic
Previous Message Peter Geoghegan 2016-09-27 14:42:49 Re: