Re: [PATCH] pg_upgrade fails when postgres/template1 isn't in default tablespace

Поиск
Список
Период
Сортировка
От Marti Raudsepp
Тема Re: [PATCH] pg_upgrade fails when postgres/template1 isn't in default tablespace
Дата
Msg-id CABRT9RDT2pzM59E8V79TPdd+m19DUcy0XK28KNBou_KSSD-V=w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] pg_upgrade fails when postgres/template1 isn't in default tablespace  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [PATCH] pg_upgrade fails when postgres/template1 isn't in default tablespace  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On Mon, Jun 22, 2015 at 9:20 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Fri, Jun 19, 2015 at 12:10 PM, Marti Raudsepp <marti@juffo.org> wrote:
>> One of my databases failed to upgrade successfully and produced this error
>> in the copying phase:
>>
>> error while copying relation "pg_catalog.pg_largeobject"
>> ("/srv/ssd/PG_9.3_201306121/1/12023" to "/PG_9.4_201409291/1/12130"): No
>> such file or directory

> I haven't looked at the patch, but this seems like a good thing to
> fix.  Hopefully Bruce will take a look soon.

Ping? This has gone a month without a reply.

Should I add this patch to a commitfest? (I was under the impression
that bugfixes don't normally go through the commitfest process)

Regards,
Marti Raudsepp



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

Предыдущее
От: Beena Emerson
Дата:
Сообщение: Re: Support for N synchronous standby servers - take 2
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY