mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
My recent optimizer changes caused a different plan to
be picked for one of the complex joins in rules test ... leading to a different output ordering ...
This commit is contained in:
parent
9e7e29e6c9
commit
2f30d5a34a
@ -1022,9 +1022,9 @@ QUERY: SELECT * FROM shoelace_log;
|
|||||||
sl_name |sl_avail|log_who |log_when
|
sl_name |sl_avail|log_who |log_when
|
||||||
----------+--------+--------+--------
|
----------+--------+--------+--------
|
||||||
sl7 | 6|Al Bundy|epoch
|
sl7 | 6|Al Bundy|epoch
|
||||||
sl3 | 10|Al Bundy|epoch
|
|
||||||
sl6 | 20|Al Bundy|epoch
|
sl6 | 20|Al Bundy|epoch
|
||||||
sl8 | 21|Al Bundy|epoch
|
sl8 | 21|Al Bundy|epoch
|
||||||
|
sl3 | 10|Al Bundy|epoch
|
||||||
(4 rows)
|
(4 rows)
|
||||||
|
|
||||||
QUERY: CREATE VIEW shoelace_obsolete AS
|
QUERY: CREATE VIEW shoelace_obsolete AS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user