- Notifications
You must be signed in to change notification settings - Fork5
Commit4448917
committed
Split pg_start_backup() and pg_stop_backup() into two pieces
Move the actual functionality into a separate function that'seasier to call internally, and change the SQL-callable functionto be a wrapper calling this.Also create a pg_abort_backup() function, only callable internally,that does only the most vital parts of pg_stop_backup(), making itsafe(r) to call from error handlers.1 parentca63029 commit4448917
2 files changed
+62
-8
lines changedLines changed: 58 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8308 | 8308 |
| |
8309 | 8309 |
| |
8310 | 8310 |
| |
| 8311 | + | |
| 8312 | + | |
| 8313 | + | |
| 8314 | + | |
| 8315 | + | |
| 8316 | + | |
| 8317 | + | |
| 8318 | + | |
| 8319 | + | |
| 8320 | + | |
| 8321 | + | |
| 8322 | + | |
| 8323 | + | |
| 8324 | + | |
| 8325 | + | |
8311 | 8326 |
| |
8312 | 8327 |
| |
8313 | 8328 |
| |
| |||
8335 | 8350 |
| |
8336 | 8351 |
| |
8337 | 8352 |
| |
8338 |
| - | |
8339 |
| - | |
8340 | 8353 |
| |
8341 | 8354 |
| |
8342 | 8355 |
| |
| |||
8459 | 8472 |
| |
8460 | 8473 |
| |
8461 | 8474 |
| |
8462 |
| - | |
8463 |
| - | |
8464 |
| - | |
| 8475 | + | |
8465 | 8476 |
| |
8466 | 8477 |
| |
8467 | 8478 |
| |
| |||
8489 | 8500 |
| |
8490 | 8501 |
| |
8491 | 8502 |
| |
| 8503 | + | |
| 8504 | + | |
| 8505 | + | |
| 8506 | + | |
| 8507 | + | |
| 8508 | + | |
| 8509 | + | |
| 8510 | + | |
| 8511 | + | |
| 8512 | + | |
| 8513 | + | |
| 8514 | + | |
| 8515 | + | |
8492 | 8516 |
| |
8493 | 8517 |
| |
8494 | 8518 |
| |
| |||
8699 | 8723 |
| |
8700 | 8724 |
| |
8701 | 8725 |
| |
8702 |
| - | |
8703 |
| - | |
8704 |
| - | |
| 8726 | + | |
| 8727 | + | |
| 8728 | + | |
| 8729 | + | |
| 8730 | + | |
| 8731 | + | |
| 8732 | + | |
| 8733 | + | |
| 8734 | + | |
| 8735 | + | |
| 8736 | + | |
| 8737 | + | |
| 8738 | + | |
| 8739 | + | |
| 8740 | + | |
| 8741 | + | |
| 8742 | + | |
| 8743 | + | |
| 8744 | + | |
| 8745 | + | |
| 8746 | + | |
| 8747 | + | |
| 8748 | + | |
| 8749 | + | |
| 8750 | + | |
| 8751 | + | |
| 8752 | + | |
| 8753 | + | |
| 8754 | + | |
8705 | 8755 |
| |
8706 | 8756 |
| |
8707 | 8757 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
315 | 319 |
|
0 commit comments
Comments
(0)