forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit81d20fb
committed
pg_createsubscriber: Remove failover replication slots on subscriber
After running pg_createsubscriber, these replication slots have no useon subscriber, so drop them.Author: Euler Taveira <euler.taveira@enterprisedb.com>Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>Discussion:https://www.postgresql.org/message-id/776c5cac-5ef5-4001-b1bc-5b698bc0c62a%40app.fastmail.com1 parentb963913 commit81d20fb
File tree
3 files changed
+76
-2
lines changed- doc/src/sgml/ref
- src/bin/pg_basebackup
- t
3 files changed
+76
-2
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
485 | 494 |
| |
486 | 495 |
| |
487 | 496 |
| |
|
Lines changed: 48 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| 88 | + | |
88 | 89 |
| |
89 | 90 |
| |
90 | 91 |
| |
| |||
1137 | 1138 |
| |
1138 | 1139 |
| |
1139 | 1140 |
| |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
1140 | 1184 |
| |
1141 | 1185 |
| |
1142 | 1186 |
| |
| |||
1268 | 1312 |
| |
1269 | 1313 |
| |
1270 | 1314 |
| |
1271 |
| - | |
| 1315 | + | |
1272 | 1316 |
| |
1273 | 1317 |
| |
1274 | 1318 |
| |
| |||
2065 | 2109 |
| |
2066 | 2110 |
| |
2067 | 2111 |
| |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
2068 | 2115 |
| |
2069 | 2116 |
| |
2070 | 2117 |
| |
|
Lines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
| |||
122 | 123 |
| |
123 | 124 |
| |
124 | 125 |
| |
| 126 | + | |
| 127 | + | |
125 | 128 |
| |
126 | 129 |
| |
127 | 130 |
| |
| |||
260 | 263 |
| |
261 | 264 |
| |
262 | 265 |
| |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
263 | 276 |
| |
264 | 277 |
| |
265 | 278 |
| |
| |||
318 | 331 |
| |
319 | 332 |
| |
320 | 333 |
| |
321 |
| - | |
| 334 | + | |
322 | 335 |
| |
323 | 336 |
| |
324 | 337 |
| |
| |||
343 | 356 |
| |
344 | 357 |
| |
345 | 358 |
| |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
346 | 364 |
| |
347 | 365 |
| |
348 | 366 |
| |
|
0 commit comments
Comments
(0)