> -----Original Message-----
> From: Andrew Dunstan [mailto:andrew@dunslane.net]
> Sent: Monday, February 03, 2003 3:31 PM
> To: Dann Corbit; Merlin Moncure
> Cc: pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] Win32 and fsync()
>
>
> I'm not sure what the provenance of this code for _commit is
> - I thought it was in the standard MS libs - have they
> finally seen the light and open sourced it? ;-)
MS has always shipped the source code to their standard libraries on the
CD. However, the compiler source remains closed. This seems
insignificant, but sometimes functions are totally inlined within the
compiler (e.g. math functions like sin() and exp()).