Commit 661ab4e
File tree
Expand file treeCollapse file tree
6 files changed
+32
-12
lines changedFilter options
- src
- backend/backup
- bin
- pg_combinebackup
- pg_verifybackup
- common
- include/common
Expand file treeCollapse file tree
6 files changed
+32
-12
lines changedsrc/backend/backup/basebackup_incremental.c
Copy file name to clipboardExpand all lines: src/backend/backup/basebackup_incremental.c+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
241 | 241 |
|
242 | 242 |
|
243 | 243 |
|
| 244 | + |
| 245 | + |
| 246 | + |
244 | 247 |
|
245 | 248 |
|
246 | 249 |
|
|
src/bin/pg_combinebackup/load_manifest.c
Copy file name to clipboardExpand all lines: src/bin/pg_combinebackup/load_manifest.c+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
| 211 | + |
| 212 | + |
| 213 | + |
211 | 214 |
|
212 | 215 |
|
213 | 216 |
|
|
src/bin/pg_verifybackup/pg_verifybackup.c
Copy file name to clipboardExpand all lines: src/bin/pg_verifybackup/pg_verifybackup.c+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
484 | 484 |
|
485 | 485 |
|
486 | 486 |
|
| 487 | + |
| 488 | + |
| 489 | + |
487 | 490 |
|
488 | 491 |
|
489 | 492 |
|
|
+10-11Lines changed: 10 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
488 | 488 |
|
489 | 489 |
|
490 | 490 |
|
491 |
| - |
| 491 | + |
492 | 492 |
|
493 |
| - |
494 |
| - |
495 |
| - |
496 |
| - |
497 |
| - |
498 |
| - |
499 |
| - |
500 |
| - |
501 |
| - |
502 |
| - |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
503 | 499 |
|
| 500 | + |
| 501 | + |
| 502 | + |
504 | 503 |
|
505 | 504 |
|
506 | 505 |
|
|
src/common/parse_manifest.c
Copy file name to clipboardExpand all lines: src/common/parse_manifest.c+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
127 | 126 |
|
128 | 127 |
|
129 | 128 |
|
| ||
163 | 162 |
|
164 | 163 |
|
165 | 164 |
|
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
166 | 177 |
|
167 | 178 |
|
168 | 179 |
|
|
src/include/common/parse_manifest.h
Copy file name to clipboardExpand all lines: src/include/common/parse_manifest.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
56 | 57 |
|
57 | 58 |
|
0 commit comments