Re: Clean up code

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Clean up code
Дата
Msg-id a0c1e17c-4f68-53fe-b411-394d69ecad20@iki.fi
обсуждение исходный текст
Ответ на Clean up code  (CK Tan <cktan@vitessedata.com>)
Список pgsql-hackers
On 09/02/2021 00:09, CK Tan wrote:
> Hi, can someone point me to the code that cleans up temp files should a 
> query crashed unexpectedly? Thanks!

Autovacuum does that. Search for "orphan" in do_autovacuum() function.

- Heikki



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Single transaction in the tablesync worker?
Следующее
От: 0010203112132233
Дата:
Сообщение: Re: Improvements and additions to COPY progress reporting