- Notifications
You must be signed in to change notification settings - Fork5
Commit8366c78
committed
Allow pg_basebackup from standby node with safety checking.
Base backup follows recommended procedure, plus goes to greatlengths to ensure that partial page writes are avoided.Jun Ishizuka and Fujii Masao, with minor modifications1 parent74ab96a commit8366c78
File tree
11 files changed
+501
-44
lines changed- doc/src/sgml/ref
- src
- backend
- access/transam
- postmaster
- replication
- utils/misc
- bin
- pg_controldata
- pg_resetxlog
- include
- access
- catalog
11 files changed
+501
-44
lines changedLines changed: 42 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
67 | 109 |
| |
68 | 110 |
| |
69 | 111 |
| |
|
0 commit comments
Comments
(0)