Re: Streaming base backups

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: Magnus Hagander <magnus@hagander.net>, Fujii Masao <masao.fujii@gmail.com>, Cédric Villemain <cedric.villemain.debian@gmail.com>, Dimitri Fontaine <dimitri@2ndquadrant.fr>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-01-15T15:54:49Z
Lists: pgsql-hackers
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.

			regards, tom lane