mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Add additional ORDER BY to join regression test, per Tatsuo.
This commit is contained in:
parent
9e90d11810
commit
b1039e93d8
@ -1802,10 +1802,10 @@ SELECT '' AS "xxx", *
|
||||
| 6 | 6 | six |
|
||||
| 7 | 7 | seven |
|
||||
| 8 | 8 | eight |
|
||||
| | | | 0
|
||||
| | | null |
|
||||
| | 0 | zero |
|
||||
| | | |
|
||||
| | | | 0
|
||||
(15 rows)
|
||||
|
||||
SELECT '' AS "xxx", *
|
||||
@ -1824,10 +1824,10 @@ SELECT '' AS "xxx", *
|
||||
| 6 | 6 | six |
|
||||
| 7 | 7 | seven |
|
||||
| 8 | 8 | eight |
|
||||
| | | | 0
|
||||
| | | null |
|
||||
| | 0 | zero |
|
||||
| | | |
|
||||
| | | | 0
|
||||
(15 rows)
|
||||
|
||||
SELECT '' AS "xxx", *
|
||||
|
Loading…
Reference in New Issue
Block a user