Skip to content

Commit c1e4afd

Browse files
committed
remove expected results query
1 parent a6b424e commit c1e4afd

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

docqueries/ordering/sloanOrdering.pg

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,3 @@ SELECT * FROM pgr_sloanOrdering(
66
);
77
/* -- q2 */
88

9-
CREATE TABLE expected_result (
10-
seq BIGINT,
11-
node BIGINT);
12-
13-
INSERT INTO expected_result (seq, node) VALUES
14-
(1,13),
15-
(2,14),
16-
(3,2),
17-
(4,4),
18-
(5,9),
19-
(6,1),
20-
(7,8),
21-
(8,3),
22-
(9,12),
23-
(10,7),
24-
(11,5),
25-
(12,17),
26-
(13,11),
27-
(14,6),
28-
(15,16),
29-
(16,10),
30-
(17,15);
31-

docqueries/ordering/sloanOrdering.result

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,4 @@ SELECT * FROM pgr_sloanOrdering(
2828
(17 rows)
2929

3030
/* -- q2 */
31-
CREATE TABLE expected_result (
32-
seq BIGINT,
33-
node BIGINT);
34-
CREATE TABLE
35-
INSERT INTO expected_result (seq, node) VALUES
36-
(1,13),
37-
(2,14),
38-
(3,2),
39-
(4,4),
40-
(5,9),
41-
(6,1),
42-
(7,8),
43-
(8,3),
44-
(9,12),
45-
(10,7),
46-
(11,5),
47-
(12,17),
48-
(13,11),
49-
(14,6),
50-
(15,16),
51-
(16,10),
52-
(17,15);
53-
INSERT 0 17
54-
ROLLBACK;
55-
ROLLBACK
31+

0 commit comments

Comments
 (0)