Re: [bug fix] Suppress "autovacuum: found orphan temp table" message
От
MauMau
Тема
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message
Дата
Msg-id
C6C1A4F4E51342D5AE722DAC7E9DD093@maumau
Ответ на
Список
Дерево обсуждения
[bug fix] Suppress "autovacuum: found orphan temp table" message "MauMau" <maumau307@gmail.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Andres Freund <andres@2ndquadrant.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message "MauMau" <maumau307@gmail.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message "MauMau" <maumau307@gmail.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Andres Freund <andres@2ndquadrant.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message "MauMau" <maumau307@gmail.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Andres Freund <andres@2ndquadrant.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message "MauMau" <maumau307@gmail.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Andres Freund <andres@2ndquadrant.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message "MauMau" <maumau307@gmail.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Andres Freund <andres@2ndquadrant.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Robert Haas <robertmhaas@gmail.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Andres Freund <andres@2ndquadrant.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message "MauMau" <maumau307@gmail.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Andres Freund <andres@2ndquadrant.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message Tom Lane <tgl@sss.pgh.pa.us>
Re: [bug fix] Suppress "autovacuum: found orphan temp
table" message Andres Freund <andres@2ndquadrant.com>
Re: [bug fix] Suppress "autovacuum: found orphan temp table" message Tom Lane <tgl@sss.pgh.pa.us>
From: "Andres Freund" > On 2014-07-22 10:09:04 +0900, MauMau wrote: >> Is there any problem if we don't output the message? > > Yes. The user won't know that possibly gigabytes worth of diskspace > aren't freed. RemovePgTempFiles() frees the disk space by removing temp relation files at server start. In addition, the temp relation files are not replicated to the standby server of streaming replication (this is the customer's case). So, those messages seem no more than just the noise. With this, are those messages really necessary? Regards MauMau
В списке pgsql-hackers по дате отправления