forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitad592f4
committed
Fix incorrect computations of length of null bitmap in pageinspect.
Instead of using our standard macro for this calculation, this codedid it itself ... and got it wrong, leading to incorrect display ofthe null bitmap in some cases. Noted and fixed by Maksim Milyutin.In passing, remove a uselessly duplicative error check.Errors were introduced in commitd6061f8; back-patch to 9.6where that came in.Maksim Milyutin, reviewed by Andrey BorodinDiscussion:https://postgr.es/m/ec295792-a69f-350f-6287-25a20e8f31d5@gmail.com1 parent2157a61 commitad592f4
1 file changed
+5
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 |
| - | |
| 235 | + | |
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| |||
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 |
| - | |
| 437 | + | |
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
442 |
| - | |
| 442 | + | |
443 | 443 |
| |
444 | 444 |
| |
445 |
| - | |
446 |
| - | |
447 |
| - | |
448 |
| - | |
449 |
| - | |
450 |
| - | |
| 445 | + | |
451 | 446 |
| |
452 | 447 |
| |
453 | 448 |
| |
454 |
| - | |
| 449 | + | |
455 | 450 |
| |
456 | 451 |
| |
457 | 452 |
| |
|
0 commit comments
Comments
(0)