vacuumlo - use a cursor

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема vacuumlo - use a cursor
Дата
Msg-id 50A174E1.9000503@dunslane.net
обсуждение исходный текст
Ответы Re: vacuumlo - use a cursor  (Bruce Momjian <bruce@momjian.us>)
Re: vacuumlo - use a cursor  (Josh Kupershmidt <schmiddy@gmail.com>)
Список pgsql-hackers
vacuumlo is rather simpleminded about dealing with the list of LOs to be
removed - it just fetches them as a straight resultset. For one of my
our this resulted in an out of memory condition. The attached patch
tries to remedy that by using a cursor instead. If this is wanted I will
add it to the next commitfest. The actualy changes are very small - most
of the patch is indentation changes due to the introduction of an extra
loop.

cheers

andrew

Вложения

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Further pg_upgrade analysis for many tables
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Further pg_upgrade analysis for many tables