Re: SRA Win32 sync() code - Mailing list pgsql-patches

From Tom Lane
Subject Re: SRA Win32 sync() code
Date
Msg-id 28203.1069000379@sss.pgh.pa.us
Whole thread Raw
In response to SRA Win32 sync() code  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: SRA Win32 sync() code
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Not sure how we are going to do this in Win32, but somehow we will have
> to record all open files between checkpoints in an area that the
> checkpoint process can read during a checkpoint.

One reason I like the idea of adopting a sync-when-you-write policy is
that it eliminates the need for anything as messy as that.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SIGPIPE handling
Next
From: Bruce Momjian
Date:
Subject: Re: SRA Win32 sync() code