Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7df21fe

Browse files
committed
Adjust expected regression outputs for plan changes caused by recent
'fuzzy cost comparison' patch. Mea culpa for not having noticed this when I committed the patch.
1 parent 375369a commit 7df21fe

File tree

3 files changed

+433
-433
lines changed

3 files changed

+433
-433
lines changed

src/test/regress/expected/rules.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,8 +1124,8 @@ insert into shoelace values ('sl10', 1000, 'magenta', 40.0, 'inch', 0.0);
11241124
SELECT * FROM shoelace_obsolete;
11251125
sl_name | sl_avail | sl_color | sl_len | sl_unit | sl_len_cm
11261126
------------+----------+------------+--------+----------+-----------
1127-
sl9 | 0 | pink | 35 | inch | 88.9
11281127
sl10 | 1000 | magenta | 40 | inch | 101.6
1128+
sl9 | 0 | pink | 35 | inch | 88.9
11291129
(2 rows)
11301130

11311131
SELECT * FROM shoelace_candelete;

0 commit comments

Comments
 (0)