forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc39f567
committed
Fix brin index summarizing while vacuuming.
If the number of heap blocks is not multiples of pages per range, thesummarizing produces wrong summary information for the last brin indextuple while vacuuming.Problem reported by Tatsuo Ishii and fixed by Amit Langote.Discussion at "[HACKERS] BRIN INDEX value (message id :20150903.174935.1946402199422994347.t-ishii@sraoss.co.jp)Backpatched to 9.5 in which brin index was added.1 parentc5454f9 commitc39f567
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
934 | 934 |
| |
935 | 935 |
| |
936 | 936 |
| |
937 |
| - | |
| 937 | + | |
938 | 938 |
| |
939 | 939 |
| |
940 | 940 |
| |
941 | 941 |
| |
942 | 942 |
| |
| 943 | + | |
943 | 944 |
| |
944 | 945 |
| |
945 | 946 |
| |
| |||
960 | 961 |
| |
961 | 962 |
| |
962 | 963 |
| |
| 964 | + | |
| 965 | + | |
963 | 966 |
| |
964 |
| - | |
| 967 | + | |
965 | 968 |
| |
966 | 969 |
| |
967 | 970 |
| |
| |||
1066 | 1069 |
| |
1067 | 1070 |
| |
1068 | 1071 |
| |
1069 |
| - | |
| 1072 | + | |
1070 | 1073 |
| |
1071 | 1074 |
| |
1072 | 1075 |
| |
|
0 commit comments
Comments
(0)