forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite1e6f8f
committed
Remove dependency to StringInfo in xlogbackup.{c.h}
This was used as the returned result type of the generated contents forthe backup_label and backup history files. This is replaced by a simplestring, reducing the cleanup burden of all the callers ofbuild_backup_content().Reviewed-by: Bharath RupireddyDiscussion:https://postgr.es/m/YzERvNPaZivHEKZJ@paquier.xyz1 parent31d2c47 commite1e6f8f
File tree
5 files changed
+15
-15
lines changed- src
- backend
- access/transam
- backup
- include/access
5 files changed
+15
-15
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8711 | 8711 |
| |
8712 | 8712 |
| |
8713 | 8713 |
| |
8714 |
| - | |
| 8714 | + | |
8715 | 8715 |
| |
8716 | 8716 |
| |
8717 | 8717 |
| |
| |||
8751 | 8751 |
| |
8752 | 8752 |
| |
8753 | 8753 |
| |
8754 |
| - | |
8755 |
| - | |
| 8754 | + | |
8756 | 8755 |
| |
8757 | 8756 |
| |
8758 | 8757 |
| |
|
Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| |||
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
79 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
166 | 165 |
| |
167 | 166 |
| |
168 | 167 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
327 |
| - | |
328 |
| - | |
| 327 | + | |
329 | 328 |
| |
330 | 329 |
| |
331 | 330 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
| |||
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
39 |
| - | |
40 |
| - | |
| 38 | + | |
| 39 | + | |
41 | 40 |
| |
42 | 41 |
|
0 commit comments
Comments
(0)