BUG #16083: Different Result

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: mr(dot)poetra22(at)gmail(dot)com
Subject: BUG #16083: Different Result
Date: 2019-10-28 07:15:16
Message-ID: 16083-d2d9abb9bed1a0cf@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16083
Logged by: Eka Setiawan Saputra
Email address: mr(dot)poetra22(at)gmail(dot)com
PostgreSQL version: 9.6.15
Operating system: Linux &amp; 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2019-10-28 07:35:35 Re: BUG #16083: Different Result
Previous Message Juan José Santamaría Flecha 2019-10-27 20:55:45 Re: BUG #16080: pg_ctl is failed if a fake cmd.exe exist in the current directory.