> Hello,
>
> I compiled v.8.0.1 on minGW
> but can not find postmaster.exe in directories.
>
>
> What can be wrong?
The build system only generates postgres.exe. When you do "make install"
it will copy postgres.exe to postmaster.exe - they are supposed to be
identical.
//Magnus