Re: New isolation test insert-conflict-do-update-4 outputs rows in alternative ordering - Mailing list pgsql-hackers

From Pavel Borisov
Subject Re: New isolation test insert-conflict-do-update-4 outputs rows in alternative ordering
Date
Msg-id CALT9ZEEXU-8o2Eb+HPQVnR9B=o+5Oa26xbPJ0s5zMhmFMm9yVg@mail.gmail.com
Whole thread
In response to Re: New isolation test insert-conflict-do-update-4 outputs rows in alternative ordering  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, 25 Feb 2026 at 19:52, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Pavel Borisov <pashkin.elfe@gmail.com> writes:
> > New isolation test insert-conflict-do-update-4 was added by commit 4b760a181ab2
> > Unlike the previous test (insert-conflict-do-update-3) it doesn't
> > contain an ordering clause, and when run on a table with a custom
> > access method, it outputs results in a reverse order.
> > It's a very minor issue, and the proposed fix is just adding the
> > missing ORDER BY clause.
>
> Right, done.
>
>                         regards, tom lane
Thank you!
Regards,
Pavel Borisov



pgsql-hackers by date:

Previous
From: Zsolt Parragi
Date:
Subject: Re: [oauth] Stabilize the libpq-oauth ABI (and allow alternative implementations?)
Next
From: Alvaro Herrera
Date:
Subject: Re: POC: make mxidoff 64 bits