File tree
Expand file treeCollapse file tree
15 files changed
+54
-96
lines changedFilter options
- postgresql_archive
- src
- extractor
- repository
- github
- maven
- postgresql_commands
- src
- postgresql_embedded
- src
- tests
Expand file treeCollapse file tree
15 files changed
+54
-96
lines changed-8Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 | 39 |
|
41 | 40 |
|
42 | 41 |
|
|
postgresql_archive/Cargo.toml
Copy file name to clipboardExpand all lines: postgresql_archive/Cargo.toml+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 |
| - |
21 | 19 |
|
22 | 20 |
|
23 | 21 |
|
| ||
43 | 41 |
|
44 | 42 |
|
45 | 43 |
|
| 44 | + |
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
|
postgresql_archive/src/error.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/error.rs+13-27Lines changed: 13 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 |
| - |
24 |
| - |
| 23 | + |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
| 89 | + |
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
| 103 | + |
111 | 104 |
|
112 | 105 |
|
113 | 106 |
|
114 | 107 |
|
115 | 108 |
|
116 | 109 |
|
117 |
| - |
| 110 | + |
118 | 111 |
|
119 | 112 |
|
120 | 113 |
|
| ||
200 | 193 |
|
201 | 194 |
|
202 | 195 |
|
203 |
| - |
204 |
| - |
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 | 196 |
|
211 | 197 |
|
212 | 198 |
|
|
postgresql_archive/src/extractor/tar_gz_extractor.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/extractor/tar_gz_extractor.rs+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
| ||
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
17 |
| - |
18 | 16 |
|
19 | 17 |
|
20 | 18 |
|
| ||
74 | 72 |
|
75 | 73 |
|
76 | 74 |
|
77 |
| - |
| 75 | + |
78 | 76 |
|
79 | 77 |
|
80 | 78 |
|
|
postgresql_archive/src/extractor/tar_xz_extractor.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/extractor/tar_xz_extractor.rs+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
| ||
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
17 |
| - |
18 | 16 |
|
19 | 17 |
|
20 | 18 |
|
| ||
76 | 74 |
|
77 | 75 |
|
78 | 76 |
|
79 |
| - |
| 77 | + |
80 | 78 |
|
81 | 79 |
|
82 | 80 |
|
|
postgresql_archive/src/extractor/zip_extractor.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/extractor/zip_extractor.rs+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
| ||
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
| ||
47 | 45 |
|
48 | 46 |
|
49 | 47 |
|
50 |
| - |
| 48 | + |
51 | 49 |
|
52 | 50 |
|
53 | 51 |
|
|
postgresql_archive/src/repository/github/repository.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/repository/github/repository.rs+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
| ||
216 | 215 |
|
217 | 216 |
|
218 | 217 |
|
219 |
| - |
220 | 218 |
|
221 | 219 |
|
222 | 220 |
|
| ||
239 | 237 |
|
240 | 238 |
|
241 | 239 |
|
242 |
| - |
| 240 | + |
243 | 241 |
|
244 | 242 |
|
245 | 243 |
|
| ||
264 | 262 |
|
265 | 263 |
|
266 | 264 |
|
267 |
| - |
| 265 | + |
268 | 266 |
|
269 | 267 |
|
270 | 268 |
|
|
postgresql_archive/src/repository/maven/repository.rs
Copy file name to clipboardExpand all lines: postgresql_archive/src/repository/maven/repository.rs+3-11Lines changed: 3 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
| ||
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
65 |
| - |
| 64 | + |
66 | 65 |
|
67 | 66 |
|
68 | 67 |
|
| ||
103 | 102 |
|
104 | 103 |
|
105 | 104 |
|
106 |
| - |
107 | 105 |
|
108 | 106 |
|
109 | 107 |
|
| ||
129 | 127 |
|
130 | 128 |
|
131 | 129 |
|
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
| 130 | + |
136 | 131 |
|
137 | 132 |
|
138 | 133 |
|
| ||
146 | 141 |
|
147 | 142 |
|
148 | 143 |
|
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
| 144 | + |
153 | 145 |
|
154 | 146 |
|
155 | 147 |
|
|
postgresql_commands/Cargo.toml
Copy file name to clipboardExpand all lines: postgresql_commands/Cargo.toml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
|
postgresql_commands/src/error.rs
Copy file name to clipboardExpand all lines: postgresql_commands/src/error.rs+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
postgresql_embedded/Cargo.toml
Copy file name to clipboardExpand all lines: postgresql_embedded/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
| ||
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
0 commit comments