Re: B-tree parent pointer and checkpoints
| От | Heikki Linnakangas |
|---|---|
| Тема | Re: B-tree parent pointer and checkpoints |
| Дата | |
| Msg-id | 4D7A06F1.8050108@enterprisedb.com обсуждение исходный текст |
| Ответ на | Re: B-tree parent pointer and checkpoints (Bruce Momjian <bruce@momjian.us>) |
| Ответы |
Re: B-tree parent pointer and checkpoints
|
| Список | pgsql-hackers |
On 10.03.2011 22:50, Bruce Momjian wrote: > Bruce Momjian wrote: >> >> Has this been addressed? > > I see we have with this commit: > > 9de3aa65f01fb51cbc725e8508ea233e4e92c46c We fixed GiST. B-tree still has the issue that if you have a checkpoint in the middle of an insert, and crash, you might be left with a leaf node without a downlink in the parent. That's relatively harmless, index searches and insertions work without the downlink. However, there's code in page deletion that ERRORs if the parent can't be found. That should be fixed. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления: