projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e7e29e
)
My recent optimizer changes caused a different plan to
author
Tom Lane
Tue, 27 Jul 1999 03:53:54 +0000
(
03:53
+0000)
committer
Tom Lane
Tue, 27 Jul 1999 03:53:54 +0000
(
03:53
+0000)
be picked for one of the complex joins in rules test ... leading to
a different output ordering ...
src/test/regress/expected/rules.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/rules.out
b/src/test/regress/expected/rules.out
index 1af61b3736326b904dc58494716651d6bc8f338c..adf7d7b7b6eb2ffa17f4b704ffc60f14699bba9f 100644
(file)
--- a/
src/test/regress/expected/rules.out
+++ b/
src/test/regress/expected/rules.out
@@
-1022,9
+1022,9
@@
QUERY: SELECT * FROM shoelace_log;
sl_name |sl_avail|log_who |log_when
----------+--------+--------+--------
sl7 | 6|Al Bundy|epoch
-sl3 | 10|Al Bundy|epoch
sl6 | 20|Al Bundy|epoch
sl8 | 21|Al Bundy|epoch
+sl3 | 10|Al Bundy|epoch
(4 rows)
QUERY: CREATE VIEW shoelace_obsolete AS