Re: Panic during xlog building with big values

2025-10-02 Thread Andy Pogrebnoi
Hi, > On Jul 7, 2025, at 17:05, Maksim.Melnikov wrote: > > Hello, > during testing we found following issue when update records with big values. > > 2025-07-07 14:40:30.434 MSK [125435] PANIC: oversized WAL record > 2025-07-07 14:40:30.434 MSK [125435] DETAIL: WAL record would be 1073742015

Re: Panic during xlog building with big values

2025-08-14 Thread Maksim.Melnikov
Hi, forgot to exec pgindent for patch, so attach new version with indents fixes. Best regards, Maksim MelnikovFrom d218fdcdfc01642a01f488c6a01f55f10668f399 Mon Sep 17 00:00:00 2001 From: Maksim Melnikov Date: Thu, 14 Aug 2025 11:11:30 +0300 Subject: [PATCH v2] Pre-check potential XLogRecord ov

Panic during xlog building with big values

2025-07-07 Thread Maksim.Melnikov
Hello, during testing we found following issue when update records with big values. 2025-07-07 14:40:30.434 MSK [125435] PANIC:  oversized WAL record 2025-07-07 14:40:30.434 MSK [125435] DETAIL:  WAL record would be 1073742015 bytes (of maximum 1069547520 bytes); rmid 10 flags 64. tested commi