public inbox for [email protected]
help / color / mirror / Atom feedFrom: Alexander Lakhin <[email protected]>
To: David Rowley <[email protected]>
Cc: Matthias van de Meent <[email protected]>
Cc: PostgreSQL Developers <[email protected]>
Subject: Re: Use generation memory context for tuplestore.c
Date: Fri, 5 Jul 2024 17:00:00 +0300
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAApHDvqT=6KWWb_dii+W0risak6bYBe2yu7e4oUtZoiNOeORKg@mail.gmail.com>
References: <CAApHDvp5Py9g4Rjq7_inL3-MCK1Co2CRt_YWFwTU2zfQix0p4A@mail.gmail.com>
<CAEze2WiusMw4Ern1HriocdMdt-r+zjw3tKoQn3hCSDRjt5VOyA@mail.gmail.com>
<CAApHDvr72_Nur=3Zq3_R-V5JB8u-EFeApTQ2mFVDOtB59=aS=w@mail.gmail.com>
<CAEze2Wjzoo+DXcvYwtbPiKCK5sqjT5WvWXftS9LTiLkzOFbyCw@mail.gmail.com>
<CAApHDvpwG5w1YeHLPD1M-nZ=k1omFUCAmLGNMSctHFR_f8-NYw@mail.gmail.com>
<[email protected]>
<CAApHDvqT=6KWWb_dii+W0risak6bYBe2yu7e4oUtZoiNOeORKg@mail.gmail.com>
05.07.2024 07:57, David Rowley wrote:
> Thanks for the report. I've just pushed a fix in 53abb1e0e.
Thank you, David!
Please look at another anomaly introduced with 590b045c3:
echo "
CREATE TABLE t(f int, t int);
INSERT INTO t VALUES (1, 1);
WITH RECURSIVE sg(f, t) AS (
SELECT * FROM t t1
UNION ALL
SELECT t2.* FROM t t2, sg WHERE t2.f = sg.t
) SEARCH DEPTH FIRST BY f, t SET seq
SELECT * FROM sg;
" | timeout 60 psql
triggers
TRAP: failed Assert("chunk->requested_size < oldsize"), File: "generation.c", Line: 842, PID: 830294
Best regards,
Alexander
view thread (5+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected]
Subject: Re: Use generation memory context for tuplestore.c
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox