forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc717525
committed
pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIES
MINIMUM_VERSION_FOR_WAL_SUMMARIES is used to check if the directorypg_wal/summaries/ should be created in a base backup, but its conditionwas reversed: pg_wal/summaries/ would be created when taking basebackups from backends of v16 and older versions, but it should becreated in base backups taken from backends of v17 and newer versions.Author: Artur ZakirovReviewed-by: Yugo Nagata, Nazir Bilal YavuzDiscussion:https://postgr.es/m/CAKNkYnzkkQ0gb_ZmLTY0r2-qV1q6imXgcCWxdA6UoA6yJkujGg@mail.gmail.com1 parent40bbc8c commitc717525
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
703 |
| - | |
| 703 | + | |
704 | 704 |
| |
705 | 705 |
| |
706 | 706 |
| |
707 | 707 |
| |
708 |
| - | |
709 |
| - | |
710 |
| - | |
| 708 | + | |
711 | 709 |
| |
712 | 710 |
| |
713 | 711 |
| |
|
0 commit comments
Comments
(0)