Bug with temporary child of a permanent table after recovery

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Bug with temporary child of a permanent table after recovery
Дата
Msg-id 50CB1455.3080002@vmware.com
обсуждение исходный текст
Ответы Re: Bug with temporary child of a permanent table after recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Spotted by accident while working on a patch:

Open psql and do:

CREATE TABLE uctest(f1 int, f2 text);
-- Create a temporary child of the permanent table
CREATE TEMP TABLE ucchild () inherits (uctest);

In another terminal:
pg_ctl stop -m immediate
pg_ctl start

psql (9.3devel)
Type "help" for help.

postgres=# SELECT * FROM uctest;
ERROR:  could not open file "base/12030/t2_16392": No such file or directory

This goes back to 9.1.

- Heikki

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

Предыдущее
От: daniel@heroku.com
Дата:
Сообщение: BUG #7753: Cannot promote out of hot standby
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: BUG #7752: FATAL btree error on PITR