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

From Tom Lane
Subject Re: New isolation test insert-conflict-do-update-4 outputs rows in alternative ordering
Date
Msg-id 184213.1772034742@sss.pgh.pa.us
Whole thread Raw
In response to New isolation test insert-conflict-do-update-4 outputs rows in alternative ordering  (Pavel Borisov <pashkin.elfe@gmail.com>)
Responses Re: New isolation test insert-conflict-do-update-4 outputs rows in alternative ordering
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Warning-suppression fixes we ought to back-patch
Next
From: Tom Lane
Date:
Subject: Re: Warning-suppression fixes we ought to back-patch