Re: [HACKERS] A design for amcheck heapam verification

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: [HACKERS] A design for amcheck heapam verification
Дата
Msg-id CABOikdPBA-DTXMWK3y4-DdF7Y6P+Y4igyAnFxx+9tHVa57MuKQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] A design for amcheck heapam verification  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: [HACKERS] A design for amcheck heapam verification  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers


On Wed, Mar 28, 2018 at 2:48 AM, Peter Geoghegan <pg@bowt.ie> wrote:

I don't think so. The transaction involved is still an ordinary user
transaction.


Mostly a nitpick, but I guess we should leave a comment after IndexBuildHeapScan() saying heap_endscan() is not necessary since IndexBuildHeapScan() does that internally. I stumbled upon that while looking for any potential leaks. I know at least one other caller of IndexBuildHeapScan() doesn't bother to say anything either, but it's helpful.

FWIW I also looked at the 0001 patch and it looks fine to me.

Thanks,
Pavan
--
 Pavan Deolasee                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Jsonb transform for pl/python
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PL/pgSQL nested CALL with transactions