public inbox for [email protected]
help / color / mirror / Atom feedFrom: Wilson, Scott <[email protected]>
To: '[email protected]' <[email protected]>
Subject: Row ordering difference in regression test output
Date: Wed, 12 Feb 2003 12:54:44 -0800
Message-ID: <[email protected]> (raw)
Hello,
In the documentation on the following page:
http://www.postgresql.org/docs/view.php?version=7.3
<http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=regress-eva
luation.html> &idoc=1&file=regress-evaluation.html
in section 13.3.6, you state that benign row ordering differences should be
reported. I got the following output,
which I believe is a bogus failure:
*** ./expected/select_having_1.out Wed Nov 20 19:45:18 2002
--- ./results/select_having.out Wed Feb 12 15:10:08 2003
***************
*** 26,33 ****
GROUP BY b, c HAVING b = 3;
b | c
---+----------
- 3 | BBBB
3 | bbbb
(2 rows)
SELECT lower(c), count(c) FROM test_having
--- 26,33 ----
GROUP BY b, c HAVING b = 3;
b | c
---+----------
3 | bbbb
+ 3 | BBBB
(2 rows)
SELECT lower(c), count(c) FROM test_having
I am running Linux 7.2 and Postgresql 7.3. Please don't hesitate to contact
me at the following address
with questions/problems:
[email protected] <mailto:[email protected]>
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Row ordering difference in regression test output
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox