On Tue, 7 Jul 2026 at 17:11, John Naylor <johncnaylorls@gmail.com> wrote:
> - /* No ORDER BY clause then all rows are peers */
> ...
> + /* No ORDER BY clause and RANGE mode means all rows are peers. */
>
> Was the old comment wrong? Or are all rows still peers, but that's not
> sufficient to show monotonicity?
The test needed to be updated because detecting monotonically
increasing and decreasing in ROWS mode wasn't correct. The comment got
updated along with the test.
David