Re: code question: storing INTO relation - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: code question: storing INTO relation
Date
Msg-id 200411122328.iACNS2l10369@candle.pha.pa.us
Whole thread Raw
In response to Re: code question: storing INTO relation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Greg Stark wrote:
> >> I think that's already done for CREATE INDEX/REINDEX.
> 
> > I don't think so.  Can someone confirm?
> 
> Greg is correct --- at least for btree build, which is the only index
> type we have WAL-ified at all :-(

OK, TODO updated:
* Eliminate WAL logging for CREATE TABLE AS when not doing WAL  archiving

FYI, we do have a TODO for the other index methods:
* Add WAL index reliability improvement to non-btree indexes

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: code question: storing INTO relation
Next
From: Kevin Brown
Date:
Subject: Re: code question: storing INTO relation