- Notifications
You must be signed in to change notification settings - Fork5
Commit70fd0e1
committed
Don't start to stream after pg_receivexlog --create-slot.
Immediately starting to stream after --create-slot is inconvenient in anumber of situations (e.g. when configuring a slot for use inrecovery.conf) and it's easy to just call pg_receivexlog twice in therest of the cases.Author: Michael PaquierDiscussion: CAB7nPqQ9qEtuDiKY3OpNzHcz5iUA+DUX9FcN9K8GUkCZvG7+Ew@mail.gmail.comBackpatch: 9.5, where the option was introduced1 parent1e3e1ae commit70fd0e1
File tree
2 files changed
+4
-3
lines changed- doc/src/sgml/ref
- src/bin/pg_basebackup
2 files changed
+4
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
508 | 508 |
| |
509 | 509 |
| |
510 | 510 |
| |
511 |
| - | |
| 511 | + | |
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
| 522 | + | |
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
| 587 | + | |
587 | 588 |
| |
588 | 589 |
| |
589 | 590 |
| |
|
0 commit comments
Comments
(0)