forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitff85306
committed
Add value 'current' for recovery_target_timeline
This value represents the default behavior of using the currenttimeline. Previously, this was represented by an empty string.(Before the removal of recovery.conf, this setting could not be chosenexplicitly but was used when recovery_target_timeline was notmentioned at all.)Discussion:https://www.postgresql.org/message-id/flat/6dd2c23a-4162-8469-410f-bfe146e28c0c@2ndquadrant.com/Reviewed-by: David Steele <david@pgmasters.net>Reviewed-by: Michael Paquier <michael@paquier.xyz>1 parent43cbeda commitff85306
File tree
3 files changed
+8
-7
lines changed- doc/src/sgml
- src/backend/utils/misc
3 files changed
+8
-7
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3350 | 3350 |
| |
3351 | 3351 |
| |
3352 | 3352 |
| |
3353 |
| - | |
3354 |
| - | |
3355 |
| - | |
| 3353 | + | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
3356 | 3358 |
| |
3357 | 3359 |
| |
3358 | 3360 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3387 | 3387 |
| |
3388 | 3388 |
| |
3389 | 3389 |
| |
3390 |
| - | |
| 3390 | + | |
3391 | 3391 |
| |
3392 | 3392 |
| |
3393 | 3393 |
| |
| |||
11031 | 11031 |
| |
11032 | 11032 |
| |
11033 | 11033 |
| |
11034 |
| - | |
| 11034 | + | |
11035 | 11035 |
| |
11036 | 11036 |
| |
11037 | 11037 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
264 |
| - | |
265 |
| - | |
| 264 | + | |
266 | 265 |
| |
267 | 266 |
| |
268 | 267 |
| |
|
0 commit comments
Comments
(0)