Re: Fundamental error in "no WAL log" index/file

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Fundamental error in "no WAL log" index/file
Date: 2005-08-04 08:19:44
Message-ID: dcsj7d$1vj6$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Simon Riggs" <simon(at)2ndquadrant(dot)com> writes
>
> I have learnt that Tom means: read the code. :-)
>
> CREATE INDEX doesn't produce xlog records *except* when you use PITR, so
> PITR does work correctly.
>

wstate.btws_use_wal = XLogArchivingActive() && !wstate.index->rd_istemp;

Ah-oh, that's true ;-)

Regards,
Qingqing

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Qingqing Zhou 2005-08-04 08:53:51 prevent encoding conversion recursive error
Previous Message Simon Riggs 2005-08-04 06:54:27 Re: dbt3 data with 10GB scale factor