Commit 62ed7e2
authored
File tree
Expand file treeCollapse file tree
32 files changed
+1432
-783
lines changedFilter options
- examples
- archive_async/src
- archive_sync/src
- postgresql_archive
- benches
- src
- blocking
- matcher
- repository
- github
- tests
- postgresql_embedded
- build
- src
- blocking
Expand file treeCollapse file tree
32 files changed
+1432
-783
lines changed+20-12Lines changed: 20 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+13-3Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
4 | 13 |
|
5 | 14 |
|
6 | 15 |
|
| ||
28 | 37 |
|
29 | 38 |
|
30 | 39 |
|
31 |
| - |
| 40 | + |
32 | 41 |
|
| 42 | + |
33 | 43 |
|
34 | 44 |
|
35 | 45 |
|
|
examples/archive_async/src/main.rs
Copy file name to clipboardExpand all lines: examples/archive_async/src/main.rs+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
examples/archive_sync/src/main.rs
Copy file name to clipboardExpand all lines: examples/archive_sync/src/main.rs+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
postgresql_archive/Cargo.toml
Copy file name to clipboardExpand all lines: postgresql_archive/Cargo.toml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| 37 | + |
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
|
postgresql_archive/README.md
Copy file name to clipboardExpand all lines: postgresql_archive/README.md+1-8Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
| 11 | + |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
| ||
98 | 97 |
|
99 | 98 |
|
100 | 99 |
|
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 | 100 |
|
108 | 101 |
|
109 | 102 |
|
|
postgresql_archive/benches/archive.rs
Copy file name to clipboardExpand all lines: postgresql_archive/benches/archive.rs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 |
| - |
| 13 | + |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
0 commit comments