forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9ef993d
Fix comments about deduplication updating page.
nbtree deduplication passes add tuples from the original/target page toa temp page, merging as necessary. The temp page is copied back to thetarget permanent page in the critical section. This is similar to theapproach taken by nbtree page splits.Adjust comments that referred to updating the original page in-place astuples were merged. These were left over from earlier versions of thededuplication patch that didn't yet use a temp page.1 parent461e069 commit9ef993d
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
169 |
| - | |
170 |
| - | |
| 169 | + | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
| 188 | + | |
188 | 189 |
| |
189 | 190 |
| |
190 | 191 |
| |
|
0 commit comments
Comments
(0)