Re: BUG #17382: When vacuum full or vacuumdb - F is executed, a large number of empty files will be generated in the

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17382: When vacuum full or vacuumdb - F is executed, a large number of empty files will be generated in the
Дата
Msg-id 2441394.1643210985@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17382: When vacuum full or vacuumdb - F is executed, a large number of empty files will be generated in the  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17382: When vacuum full or vacuumdb - F is executed, a large number of empty files will be generated in the  ("两个孩子的爹" <1726002692@qq.com>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> When vacuum full or vacuumdb - F is executed, a large number of empty files
> will be generated in the database. These files have never been deleted.
> Each execution of vacuum full or vacuudb - F will produce a large number of
> empty files.These empty files will not be deleted until the database is
> restarted.
> Is this a bug?

It might be if you could tell us how to reproduce it --- I see no
such behavior here.

In general, PG uses numerically-named files for table contents,
but they should always appear in subdirectories of $PGDATA, never
in the directory's top level.  So I have no idea what those are
or what put them there.  Perhaps you are using some unusual
extension or custom C code that creates them?

            regards, tom lane



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #17354: pg_hba_file_rules always shows verify-ca when auth_method=cert
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: BUG #17344: Assert failed on queiring async_capable foreign table with inheritance