Commit 123c534
Move recovery_init_sync_method GUC to WAL_RECOVERY group
The recovery_init_sync_method GUC was separated from all other recovery
related GUCS in our docs. This made it pretty hard to find in the docs
if you don't know exactly what you're looking for. This moves it to the
generic "Recovery" section on the WAL page. While it's not really
related to WAL it still seems a much more natural place than the "Error
handling" page. Especially because of the description of this subheading:
> This section describes the settings that apply to recovery in general,
> affecting crash recovery, streaming replication and archive-based
> replication.
To make this doc change it also updates the group and place in
postgresql.conf accordingly. The latter of which also required changing
the section header in postgresql.conf.sample to match the header in the
docs.
The only recovery related GUC that exists that's not on the WAL page is
recovery_min_apply_delay, which is under the Replication->Standby
section. Since that GUC is only valid on standbys that seems like a
sensible choice.1 parent 086f6f1 commit 123c534
3 files changed
Lines changed: 45 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4246 | 4246 | | |
4247 | 4247 | | |
4248 | 4248 | | |
| 4249 | + | |
| 4250 | + | |
| 4251 | + | |
| 4252 | + | |
| 4253 | + | |
| 4254 | + | |
| 4255 | + | |
| 4256 | + | |
| 4257 | + | |
| 4258 | + | |
| 4259 | + | |
| 4260 | + | |
| 4261 | + | |
| 4262 | + | |
| 4263 | + | |
| 4264 | + | |
| 4265 | + | |
| 4266 | + | |
| 4267 | + | |
| 4268 | + | |
| 4269 | + | |
| 4270 | + | |
| 4271 | + | |
| 4272 | + | |
| 4273 | + | |
| 4274 | + | |
| 4275 | + | |
| 4276 | + | |
| 4277 | + | |
| 4278 | + | |
| 4279 | + | |
| 4280 | + | |
| 4281 | + | |
| 4282 | + | |
| 4283 | + | |
| 4284 | + | |
| 4285 | + | |
| 4286 | + | |
| 4287 | + | |
4249 | 4288 | | |
4250 | 4289 | | |
4251 | 4290 | | |
| |||
12269 | 12308 | | |
12270 | 12309 | | |
12271 | 12310 | | |
12272 | | - | |
12273 | | - | |
12274 | | - | |
12275 | | - | |
12276 | | - | |
12277 | | - | |
12278 | | - | |
12279 | | - | |
12280 | | - | |
12281 | | - | |
12282 | | - | |
12283 | | - | |
12284 | | - | |
12285 | | - | |
12286 | | - | |
12287 | | - | |
12288 | | - | |
12289 | | - | |
12290 | | - | |
12291 | | - | |
12292 | | - | |
12293 | | - | |
12294 | | - | |
12295 | | - | |
12296 | | - | |
12297 | | - | |
12298 | | - | |
12299 | | - | |
12300 | | - | |
12301 | | - | |
12302 | | - | |
12303 | | - | |
12304 | | - | |
12305 | | - | |
12306 | | - | |
12307 | | - | |
12308 | | - | |
12309 | | - | |
12310 | | - | |
12311 | 12311 | | |
12312 | 12312 | | |
12313 | 12313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2450 | 2450 | | |
2451 | 2451 | | |
2452 | 2452 | | |
2453 | | - | |
| 2453 | + | |
2454 | 2454 | | |
2455 | 2455 | | |
2456 | 2456 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
912 | 913 | | |
913 | 914 | | |
914 | 915 | | |
915 | | - | |
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
| |||
0 commit comments