Re: PostgreSQL Service on Windows does not start. ~ "is not a valid Win32 application" - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostgreSQL Service on Windows does not start. ~ "is not a valid Win32 application"
Date
Msg-id 21694.1385768626@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL Service on Windows does not start. ~ "is not a valid Win32 application"  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
Responses Re: PostgreSQL Service on Windows does not start. ~ "is not a valid Win32 application"  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Rajeev rastogi <rajeev.rastogi@huawei.com> writes:
> OK. Then I am moving it to "ready for committer".

I've committed this patch.  I added a make_native_path() call to fix the
slashes-versus-backslashes issue noted by Christian Ullrich, since that
was an easy one-line addition.  I didn't do anything about the
relative-path-for-the-data-directory issue.  That would take a bit more
code and I'm not certain that we've fully analyzed the implications of
changing it.  In any case it seems like a completely separate issue from
getting the executable pathname right.

Thanks for all your work on this!  This code's been busted for a long
while ...
        regards, tom lane



pgsql-hackers by date:

Previous
From: Jeffrey Walton
Date:
Subject: Re: fe-secure.c and SSL/TLS
Next
From: Marko Kreen
Date:
Subject: Re: fe-secure.c and SSL/TLS