Re: Fundamental error in "no WAL log" index/file creation stuff - Mailing list pgsql-hackers

From Michael Paesold
Subject Re: Fundamental error in "no WAL log" index/file creation stuff
Date
Msg-id 00ee01c57a32$f8ab5a60$0f01a8c0@zaphod
Whole thread Raw
In response to Fundamental error in "no WAL log" index/file creation stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Greg Stark wrote:

> Tom Lane <tgl@sss.pgh.pa.us> writes:
>
>> > (b) force a checkpoint
>> > immediately after any CREATE DATABASE, so that we never have to replay
>> > one except in a PITR situation
>
> So wouldn't this mean that any CREATE DATABASE won't work properly in 
> PITR?

As I understand it: no. Because with PITR turned on there are no 
"non-WAL-logged index
and table builds". Therefore the indexes and tables are WAL-logged and will 
be recreated correctly.

I hope this is correct information :-)

Best Regards,
Michael Paesold 



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Open items
Next
From: Jan Wieck
Date:
Subject: Re: Fundamental error in "no WAL log" index/file creation