forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit588f50f
committed
Don't assume that PageIsEmpty() returns true on an all-zeros page.
It does currently, and I don't see us changing that any time soon, but wedon't make that assumption anywhere else.Per Tom Lane's suggestion. Backpatch to 9.2, like the previous patch thatadded this assumption.1 parentbafe3b0 commit588f50f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
653 | 653 |
| |
654 | 654 |
| |
655 | 655 |
| |
656 |
| - | |
| 656 | + | |
657 | 657 |
| |
658 | 658 |
| |
659 | 659 |
| |
|
0 commit comments
Comments
(0)