Re: pg_basebackup vs. Windows and tablespaces

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: pg_basebackup vs. Windows and tablespaces
Дата
Msg-id CAA4eK1Jj7K2O_EXRb397nUH-tEZYBQ6Zs=Xk-fGrBJ3UokRceg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_basebackup vs. Windows and tablespaces  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Sat, Nov 15, 2014 at 2:21 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
>
> On 11/13/14 4:33 PM, Peter Eisentraut wrote:
> >> Is this still relevant after this commit?
> >> >
> >> > commit fb05f3ce83d225dd0f39f8860ce04082753e9e98
> >> > Author: Peter Eisentraut <peter_e@gmx.net>
> >> > Date:   Sat Feb 22 13:38:06 2014 -0500
> >> >
> >> >     pg_basebackup: Add support for relocating tablespaces
> > I believe so.
> >
> > The commit only applies to "plain" output.  Amit's complaint is that tar
> > utilities on Windows don't unpack symlinks, so the "tar" format isn't
> > useful on Windows when tablespaces are used.  So he wants the recovery
> > mechanism to restore the symlinks.
>
> Um, wouldn't accepting this patch break the above-mentioned
> tablespace-relocation feature, because pg_basebackup wouldn't see any
> more symlinks sent down?

No, the new feature is implemented only for tar format and above feature
works only with plain format.  It will still send the symlink information as
previously for plain format.


With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Re: Segmentation fault in pg_dumpall from master down to 9.1 and other bug introduced by RLS
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Useless dead struct in parse_func.h