Re: Streaming base backups

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Streaming base backups
Дата
Msg-id AANLkTi=Bm=EGOpY0O-QZqZD-7+9kxkmnjPXaFuB_rMsC@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Streaming base backups  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Streaming base backups  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, Jan 15, 2011 at 16:54, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
>> On 15.01.2011 17:30, Tom Lane wrote:
>>> So what?  The needed actions will be covered by WAL replay.
>
>> No, they won't, if pg_base_backup() is called *after* getting the list
>> of tablespaces.
>
> Ah.  Then the fix is to change the order in which those things are done.

Grumble. It used to be that way. For some reason I can't recall, I broke it.

Something like this to fix? or is this going to put those "warnings by
stupid versions of gcc" back?


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pg_basebackup for streaming base backups
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: textarray option for file FDW