File tree
Expand file treeCollapse file tree
8 files changed
+31
-17
lines changedFilter options
- src
- backend
- backup
- commands
- utils/adt
- bin/pg_combinebackup
- common
- include/lib
- test/regress
Expand file treeCollapse file tree
8 files changed
+31
-17
lines changedsrc/backend/backup/basebackup.c
Copy file name to clipboardExpand all lines: src/backend/backup/basebackup.c+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
397 | 397 |
|
398 | 398 |
|
399 | 399 |
|
400 |
| - |
401 |
| - |
| 400 | + |
402 | 401 |
|
403 | 402 |
|
404 | 403 |
|
|
src/backend/commands/subscriptioncmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/subscriptioncmds.c+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
506 | 506 |
|
507 | 507 |
|
508 | 508 |
|
509 |
| - |
510 |
| - |
| 509 | + |
511 | 510 |
|
512 | 511 |
|
513 | 512 |
|
|
src/backend/utils/adt/jsonb.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/jsonb.c+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 |
| - |
137 |
| - |
| 136 | + |
138 | 137 |
|
139 | 138 |
|
140 | 139 |
|
|
src/backend/utils/adt/xml.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/xml.c+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2163 | 2163 |
|
2164 | 2164 |
|
2165 | 2165 |
|
2166 |
| - |
2167 |
| - |
| 2166 | + |
2168 | 2167 |
|
2169 | 2168 |
|
2170 | 2169 |
|
| ||
2195 | 2194 |
|
2196 | 2195 |
|
2197 | 2196 |
|
2198 |
| - |
2199 |
| - |
| 2197 | + |
2200 | 2198 |
|
2201 | 2199 |
|
2202 | 2200 |
|
|
src/bin/pg_combinebackup/pg_combinebackup.c
Copy file name to clipboardExpand all lines: src/bin/pg_combinebackup/pg_combinebackup.c+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
526 | 526 |
|
527 | 527 |
|
528 | 528 |
|
529 |
| - |
530 |
| - |
531 |
| - |
532 |
| - |
| 529 | + |
533 | 530 |
|
534 | 531 |
|
535 | 532 |
|
|
+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
350 | 350 |
|
351 | 351 |
|
352 | 352 |
|
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
src/include/lib/stringinfo.h
Copy file name to clipboardExpand all lines: src/include/lib/stringinfo.h+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
| 91 | + |
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
| ||
233 | 234 |
|
234 | 235 |
|
235 | 236 |
|
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
236 | 243 |
|
src/test/regress/pg_regress.c
Copy file name to clipboardExpand all lines: src/test/regress/pg_regress.c+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1174 | 1174 |
|
1175 | 1175 |
|
1176 | 1176 |
|
1177 |
| - |
1178 |
| - |
| 1177 | + |
1179 | 1178 |
|
1180 | 1179 |
|
1181 | 1180 |
|
|
0 commit comments