- Notifications
You must be signed in to change notification settings - Fork5
Commit3144c33
committed
Implement NOWAIT option for BASE_BACKUP command
Specifying this option makes the server not wait for thexlog to be archived, or emit a warning that it can't,instead leaving the responsibility with the client.This is useful when the log is being streamed usingthe streaming protocol in parallel with the backup,without having log archiving enabled.1 parent375e5b0 commit3144c33
File tree
6 files changed
+39
-8
lines changed- doc/src/sgml
- src
- backend
- access/transam
- replication
- include/access
6 files changed
+39
-8
lines changedLines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1473 | 1473 |
| |
1474 | 1474 |
| |
1475 | 1475 |
| |
1476 |
| - | |
| 1476 | + | |
1477 | 1477 |
| |
1478 | 1478 |
| |
1479 | 1479 |
| |
| |||
1530 | 1530 |
| |
1531 | 1531 |
| |
1532 | 1532 |
| |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
1533 | 1546 |
| |
1534 | 1547 |
| |
1535 | 1548 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8865 | 8865 |
| |
8866 | 8866 |
| |
8867 | 8867 |
| |
8868 |
| - | |
| 8868 | + | |
8869 | 8869 |
| |
8870 | 8870 |
| |
8871 | 8871 |
| |
| |||
8880 | 8880 |
| |
8881 | 8881 |
| |
8882 | 8882 |
| |
8883 |
| - | |
| 8883 | + | |
8884 | 8884 |
| |
8885 | 8885 |
| |
8886 | 8886 |
| |
| |||
9079 | 9079 |
| |
9080 | 9080 |
| |
9081 | 9081 |
| |
9082 |
| - | |
| 9082 | + | |
9083 | 9083 |
| |
9084 | 9084 |
| |
9085 | 9085 |
| |
| |||
9120 | 9120 |
| |
9121 | 9121 |
| |
9122 | 9122 |
| |
9123 |
| - | |
| 9123 | + | |
9124 | 9124 |
| |
9125 | 9125 |
| |
9126 | 9126 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
173 | 174 |
| |
174 | 175 |
| |
175 | 176 |
| |
176 |
| - | |
| 177 | + | |
177 | 178 |
| |
178 | 179 |
| |
179 | 180 |
| |
| |||
260 | 261 |
| |
261 | 262 |
| |
262 | 263 |
| |
| 264 | + | |
263 | 265 |
| |
264 | 266 |
| |
265 | 267 |
| |
| |||
294 | 296 |
| |
295 | 297 |
| |
296 | 298 |
| |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
297 | 308 |
| |
298 | 309 |
| |
299 | 310 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
| |||
107 | 108 |
| |
108 | 109 |
| |
109 | 110 |
| |
110 |
| - | |
| 111 | + | |
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
| |||
142 | 143 |
| |
143 | 144 |
| |
144 | 145 |
| |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
145 | 151 |
| |
146 | 152 |
| |
147 | 153 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
321 |
| - | |
| 321 | + | |
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
|
0 commit comments
Comments
(0)