Re: Unlogged tables cleanup

Поиск
Список
Период
Сортировка
От konstantin knizhnik
Тема Re: Unlogged tables cleanup
Дата
Msg-id A6B2E714-F3B9-4462-B047-0EEE28AE8F83@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Unlogged tables cleanup  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Unlogged tables cleanup
Список pgsql-hackers
On Nov 10, 2016, at 10:17 AM, Michael Paquier wrote:

>
> Hm.. I cannot reproduce what you see on Linux or macos. Perhaps you
> have locally a standby pointing as well to this tablespace?

No, it is latest sources from Postgres repository.
Please notice that you should create new database and tablespace to reproduce this issue.
So actually the whole sequence is

mkdir fs
initdb -D pgsql
pg_ctl -D pgsql -l logfile start
psql postgres
# create tablespace fs location '/home/knizhnik/dtm-data/fs';
# set default_tablespace=fs;
# create unlogged table foo(x integer);
# insert into foo values(generate_series(1,100000));
# ^D
pkill -9 postgres
pg_ctl -D pgsql -l logfile start
# select * from foo;


> --
> Michael




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Unlogged tables cleanup
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Unlogged tables cleanup