forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4c3b59a
committed
Fix failure when a shared tidbitmap has only one page.
Commit98e6e89 made inadequateprovision for the case of a single-page shared tidbitmap. Itallocate space for a shared PagetableEntry, but failed toinitialize it.Report by Thomas Munro. Patch by Dilip Kumar, with some commentchanges by me.Discussion:http://postgr.es/m/CAEepm=19Cmnfbi-j2Bw-a6yGPeHE1OVhKvvKz9bRBTJGKfGHMA@mail.gmail.com1 parent28b0478 commit4c3b59a
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
866 | 866 |
| |
867 | 867 |
| |
868 | 868 |
| |
869 |
| - | |
870 |
| - | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
871 | 872 |
| |
872 | 873 |
| |
873 | 874 |
| |
874 | 875 |
| |
| 876 | + | |
875 | 877 |
| |
876 | 878 |
| |
877 | 879 |
| |
|
0 commit comments
Comments
(0)