BUG #16083: Different Result - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16083: Different Result
Date
Msg-id 16083-d2d9abb9bed1a0cf@postgresql.org
Whole thread Raw
Responses Re: BUG #16083: Different Result
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16083
Logged by:          Eka Setiawan Saputra
Email address:      mr.poetra22@gmail.com
PostgreSQL version: 9.6.15
Operating system:   Linux & Windows
Description:

This query is show different result ordering on windows and linux

SELECT * FROM (
    SELECT '{A}' AS Y UNION
    SELECT '{A, AA}' AS Y UNION
    SELECT '{A, AA, AAA}' AS Y
) X
ORDER BY Y ASC


pgsql-bugs by date:

Previous
From: Juan José Santamaría Flecha
Date:
Subject: Re: BUG #16080: pg_ctl is failed if a fake cmd.exe exist in thecurrent directory.
Next
From: Pavel Stehule
Date:
Subject: Re: BUG #16083: Different Result