forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1fa0929
committed
Don't export basebackup.c's sendTablespace().
Commit72d422a made xlog.c callsendTablespace() with the 'sizeonly' argument set to true, whichrequired basebackup.c to export sendTablespace(). However, that'skind of ugly, so instead defer the call to sendTablespace() untilbasebackup.c regains control. That way, it can still be a staticfunction.Patch by me, reviewed by Amit Kapila and Kyotaro Horiguchi.Discussion:http://postgr.es/m/CA+TgmoYq+59SJ2zBbP891ngWPA9fymOqntqYcweSDYXS2a620A@mail.gmail.com1 parenta513f1d commit1fa0929
File tree
5 files changed
+19
-28
lines changed- src
- backend
- access/transam
- replication
- include
- access
- replication
5 files changed
+19
-28
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10481 | 10481 |
| |
10482 | 10482 |
| |
10483 | 10483 |
| |
10484 |
| - | |
10485 |
| - | |
| 10484 | + | |
10486 | 10485 |
| |
10487 | 10486 |
| |
10488 | 10487 |
| |
| |||
10702 | 10701 |
| |
10703 | 10702 |
| |
10704 | 10703 |
| |
10705 |
| - | |
10706 |
| - | |
10707 |
| - | |
10708 |
| - | |
10709 |
| - | |
10710 |
| - | |
10711 |
| - | |
10712 |
| - | |
10713 | 10704 |
| |
10714 | 10705 |
| |
10715 | 10706 |
| |
| |||
10774 | 10765 |
| |
10775 | 10766 |
| |
10776 | 10767 |
| |
10777 |
| - | |
10778 |
| - | |
| 10768 | + | |
10779 | 10769 |
| |
10780 | 10770 |
| |
10781 | 10771 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
| |||
307 | 309 |
| |
308 | 310 |
| |
309 | 311 |
| |
310 |
| - | |
311 |
| - | |
| 312 | + | |
312 | 313 |
| |
313 | 314 |
| |
314 | 315 |
| |
| |||
337 | 338 |
| |
338 | 339 |
| |
339 | 340 |
| |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
| 341 | + | |
344 | 342 |
| |
345 | 343 |
| |
346 | 344 |
| |
| |||
349 | 347 |
| |
350 | 348 |
| |
351 | 349 |
| |
| 350 | + | |
| 351 | + | |
| 352 | + | |
352 | 353 |
| |
353 | 354 |
| |
354 | 355 |
| |
355 | 356 |
| |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
356 | 363 |
| |
357 | 364 |
| |
358 | 365 |
| |
| |||
1145 | 1152 |
| |
1146 | 1153 |
| |
1147 | 1154 |
| |
1148 |
| - | |
| 1155 | + | |
1149 | 1156 |
| |
1150 | 1157 |
| |
1151 | 1158 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
375 |
| - | |
| 375 | + | |
376 | 376 |
| |
377 | 377 |
| |
378 | 378 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 | 17 |
| |
21 | 18 |
| |
22 | 19 |
| |
| |||
33 | 30 |
| |
34 | 31 |
| |
35 | 32 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 | 33 |
|
0 commit comments
Comments
(0)