Skip to content

Commit 6e9c7e0

Browse files
author
Antonin Houska
committed
Adjust test results.
Missed in commit 269ae02.
1 parent a4c9f92 commit 6e9c7e0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

expected/pg_rewrite_concurrent.out

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ BEGIN
3131
PERFORM pg_sleep(.1);
3232
END LOOP;
3333
END;
34-
$$
34+
$$;
3535

3636
step do_changes:
3737
-- Insert one row into each partition.
38-
INSERT INTO tbl_src VALUES (2, 2), (3, 3), (5, 5);
38+
INSERT INTO tbl_src VALUES (2, 20), (3, 30), (5, 50);
3939

4040
-- Update with no identity change.
4141
UPDATE tbl_src SET j=0 WHERE i=1;
@@ -89,12 +89,12 @@ src_table|dst_table|src_table_new|ins_initial|ins|upd|del
8989
tbl_src |tbl_dst |tbl_src_old | 2| 4| 3| 2
9090
(1 row)
9191

92-
i|j
93-
-+-
94-
1|0
95-
2|2
96-
6|5
97-
7|4
92+
i| j
93+
-+--
94+
1| 0
95+
2|20
96+
6|50
97+
7| 4
9898
(4 rows)
9999

100100
step wakeup_after_commit_ip:

0 commit comments

Comments
 (0)