Re: BUG #13492: drop database does not release disk space

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13492: drop database does not release disk space
Дата
Msg-id 32284.1436301326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #13492: drop database does not release disk space  (ismaelbezerra@gmail.com)
Список pgsql-bugs
ismaelbezerra@gmail.com writes:
> I'm having problem to drop a database. When performing the drop database
> command postgresql does not release the disk space. The directory with oid
> database remains on disk. This database has been updated from version 9.3.4
> to 9.4.4 with the -k option pg_upgrade. What can it be?

If you forgot to rm -rf the 9.3 database directory after you were finished
upgrading, then all those files are still hard-linked into the 9.3 tree,
so they wouldn't disappear after being dropped from the 9.4 tree.

            regards, tom lane

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

Предыдущее
От: ismaelbezerra@gmail.com
Дата:
Сообщение: BUG #13492: drop database does not release disk space
Следующее
От: grb@skogoglandskap.no
Дата:
Сообщение: BUG #13493: pl/pgsql doesn't scale with cpus (PG9.3, 9.4)