Re: 7.4 features list

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.4 features list
Date: 2003-05-06 23:43:41
Message-ID: 200305062343.h46NhfS08548@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
> Apart from the already known issue of corruption on power loss (which ought
> to be soluble - presumably the commercial heavyweights don't suffer from
> this problem), I can't see any reason to have low expectations of the w32
> port.

Actually, it has been solved by SRA/Tatsuo. Seems Win32 commit()
doesn't actually sync all files during a checkpoint, only the _open_
files. Tatsuo's solution was to remember all files opened since the
last sync() and open/fsync each one of them to simulate sync(). I
assume I will need some of his code, but I am not there yet.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-05-06 23:44:41 Re: 7.4 features list
Previous Message scott.marlowe 2003-05-06 23:27:58 Re: [GENERAL] Installin Postgres