forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit453e0e3
committed
Minor code cleanup for perform_base_backup().
Merge two calls to sendDir() that are exactly the same except forthe fifth argument. Adjust comments to match.Also, don't bother checking whether tblspc_map_file is NULL. Weinitialize it in all cases, so it can't be.Patch by me, reviewed by Amit Kapila and Kyotaro Horiguchi.Discussion:http://postgr.es/m/CA+TgmoYq+59SJ2zBbP891ngWPA9fymOqntqYcweSDYXS2a620A@mail.gmail.com1 parent1fa0929 commit453e0e3
1 file changed
+9
-11
lines changedLines changed: 9 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
| 272 | + | |
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
| |||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
| 427 | + | |
427 | 428 |
| |
428 | 429 |
| |
429 | 430 |
| |
430 | 431 |
| |
431 | 432 |
| |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
| 433 | + | |
| 434 | + | |
437 | 435 |
| |
438 | 436 |
| |
439 | 437 |
| |
440 |
| - | |
441 |
| - | |
| 438 | + | |
442 | 439 |
| |
443 |
| - | |
444 |
| - | |
445 |
| - | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
446 | 444 |
| |
447 | 445 |
| |
448 | 446 |
| |
|
0 commit comments
Comments
(0)