- Notifications
You must be signed in to change notification settings - Fork5
Commit8aa6b84

Michael Paquier
Fix history file parsing when fetched from archive
History file format has changed from 9.2 to 9.3 to indicate the WAL recordwhen timeline branched off. In 9.2, the complete WAL file name was usedwhile in 9.3 the WAL record is used (like 1/4000090). pg_rman contains acopy of a function of postgres core code to parse the history file thatwas not anymore compatible, leading to errors related to timelines.1 parent71d019c commit8aa6b84
3 files changed
+23
-40
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
309 |
| - | |
310 | 309 |
| |
311 | 310 |
| |
312 | 311 |
| |
|
Lines changed: 23 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
771 |
| - | |
772 | 771 |
| |
773 |
| - | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
774 | 776 |
| |
775 | 777 |
| |
776 | 778 |
| |
777 |
| - | |
| 779 | + | |
778 | 780 |
| |
779 | 781 |
| |
780 | 782 |
| |
781 | 783 |
| |
782 | 784 |
| |
| 785 | + | |
| 786 | + | |
| 787 | + | |
783 | 788 |
| |
784 | 789 |
| |
785 | 790 |
| |
786 | 791 |
| |
787 | 792 |
| |
788 |
| - | |
789 |
| - | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
790 | 798 |
| |
791 |
| - | |
792 |
| - | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
793 | 806 |
| |
794 | 807 |
| |
795 | 808 |
| |
| |||
799 | 812 |
| |
800 | 813 |
| |
801 | 814 |
| |
802 |
| - | |
803 |
| - | |
804 |
| - | |
805 |
| - | |
806 |
| - | |
807 |
| - | |
808 |
| - | |
809 |
| - | |
810 |
| - | |
811 |
| - | |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 |
| - | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
816 | 818 |
| |
817 | 819 |
| |
818 | 820 |
| |
|
Lines changed: 0 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 | 112 |
| |
131 | 113 |
| |
132 | 114 |
| |
|
0 commit comments
Comments
(0)