forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5cefbf5
committed
Don't use abbreviated keys for the final merge pass.
When we write tuples out to disk and read them back in, the abbreviatedkeys become non-abbreviated, because the readtup routines don't knowanything about abbreviation. But without this fix, the rest of thecode still thinks the abbreviation-aware compartor should be used,so chaos ensues.Report by Andrew Gierth; patch by Peter Geoghegan.1 parent6a3c6ba commit5cefbf5
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2172 | 2172 |
| |
2173 | 2173 |
| |
2174 | 2174 |
| |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
2175 | 2191 |
| |
2176 | 2192 |
| |
2177 | 2193 |
| |
|
0 commit comments
Comments
(0)