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

From Qingqing Zhou
Subject Re: Fundamental error in "no WAL log" index/file creation stuff
Date
Msg-id dcrtvr$268n$1@news.hub.org
Whole thread Raw
In response to Fundamental error in "no WAL log" index/file creation stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fundamental error in "no WAL log" index/file creation stuff
List pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes
> > So wouldn't this mean that any CREATE DATABASE won't work properly in
PITR?
>
> It works fine in a rollforward situation.


Since there is no xlog replay mechanism to CREATE INDEX (bottom-up method),
so CREATE INDEX won't get replayed in PITR?

This seems also true for SET TABLESPACE command.

Regards,
Qingqing




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Bug introduced by recent ALTER OWNER permissions check change
Next
From: Tom Lane
Date:
Subject: Re: Fundamental error in "no WAL log" index/file creation stuff