Minor comment update for DELETE

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Minor comment update for DELETE
Дата
Msg-id 1132272939.4959.306.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Minor comment update for DELETE  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Minor comment update.

The line changed is in direct contradiction with the comment (and
reality) of the code below this. The opposed comment starts at line
1548:

/*
 * Note: Normally one would think that we have to delete index tuples
 * associated with the heap tuple now..
 *
 * ... but in POSTGRES, we have no need to do this because the vacuum
daemon
 * automatically opens an index scan and deletes index tuples when it
 * finds deleted heap tuples. -cim 9/27/89
 */

Seems like its been wrong for a while...

Best Regards, Simon Riggs

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Numeric 508 datatype
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: drop if exists