- Notifications
You must be signed in to change notification settings - Fork5
Commit997b48e
committed
Support multiple concurrent pg_basebackup backups.
With this patch, pg_basebackup doesn't write a backup_label file in thedata directory, so it doesn't interfere with a pg_start/stop_backup() basedbackup anymore. backup_label is still included in the backup, but it isinjected directly into the tar stream.Heikki Linnakangas, reviewed by Fujii Masao and Magnus Hagander.1 parent48c9de8 commit997b48e
File tree
5 files changed
+295
-113
lines changed- doc/src/sgml
- ref
- src
- backend
- access/transam
- replication
- include/access
5 files changed
+295
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
818 | | - | |
| 817 | + | |
| 818 | + | |
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
| 822 | + | |
| 823 | + | |
823 | 824 | | |
824 | 825 | | |
825 | 826 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
0 commit comments
Comments
(0)