| From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
|---|---|
| To: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
| Cc: | Melanie Plageman <melanieplageman(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, rmt(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Revert RI fast-path batching from REL_19_STABLE |
| Date: | 2026-09-23 08:48:25 |
| Message-ID: | CA+HiwqHSjjka5TU57XVsy-PkJgMWwDeLkdTOVL1UMxizT9hZCg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On Fri, Sep 11, 2026 at 5:52 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> On Thu, Sep 10, 2026 at 5:58 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> > On Thu, Sep 10, 2026 at 3:20 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> > > I have now reverted batching in REL_19_STABLE after pushing the
> > > snapshot fix for the per-row path to master and REL_19_STABLE. and .
> > > Batching remains in master for now.
When 25649d6e79 removed batching from REL_19_STABLE, I was not careful
enough to remove some setup steps in the test added by 1390182683 (the
snapshot fix, committed before the revert) to ensure that the per-row
path, whose bug it fixed, was indeed taken. Attached patch removes
that obsolete and unnecessary part of the test case. I checked that
the test case still verifies that the PushActiveSnapshot() added as a
fix is necessary.
Note that this is for REL_19_STABLE only, because master still has
batching, though I'm starting to have second thoughts about that.
More on that later.
--
Thanks, Amit Langote
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Simplify-RI-fast-path-active-snapshot-regression-tes.patch | application/octet-stream | 4.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Zsolt Parragi | 2026-09-23 08:50:50 | Re: [PATCH] Refactor *_abbrev_convert() functions |
| Previous Message | Bertrand Drouvot | 2026-09-23 08:38:00 | Re: Persist slot invalidations before publishing them |