- Notifications
You must be signed in to change notification settings - Fork28
Commit4a69624
committed
Cause the archiver process to adopt new postgresql.conf settings (particularly
archive_command) as soon as possible, namely just before issuing a new callof archive_command, even when there is a backlog of files to be archived.The original coding would only absorb new settings after clearing the backlogand returning to the outer loop. Per discussion.Back-patch to 8.3. The logic in prior versions is a bit different and itdoesn't seem worth taking any risks of breaking it.1 parent8b8009a commit4a69624
1 file changed
+20
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 |
| - | |
419 |
| - | |
420 |
| - | |
421 | 413 |
| |
422 | 414 |
| |
423 | 415 |
| |
| |||
440 | 432 |
| |
441 | 433 |
| |
442 | 434 |
| |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
443 | 454 |
| |
444 | 455 |
| |
445 | 456 |
| |
|
0 commit comments
Comments
(0)