Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path
Date
Msg-id CABUevEzu-NBMekqR7U_cenN_Js7mDjMALDFMA2GRYkq1Nj2Bpg@mail.gmail.com
Whole thread Raw
In response to Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path  ("MauMau" <maumau307@gmail.com>)
Responses Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path  ("MauMau" <maumau307@gmail.com>)
List pgsql-hackers

On Mon, Feb 3, 2014 at 3:06 PM, MauMau <maumau307@gmail.com> wrote:
From: "Rajeev rastogi" <rajeev.rastogi@huawei.com>

I will update commitFest with the latest patch immediately after sending the mail.

OK, done setting the status to ready for committer.


We already have two different versions of make_absolute_path() in the tree - one in src/backend/utils/init/miscinit.c and one in src/test/regress/pg_regress.c.

I don't think we need a third one.

If we put it in port/ like this patch done, then we should make the other callers use it. We might need one for frontend and one for backend (I haven't looked into that much detail), but definitely the one between pg_regress and pg_ctl should be shared. 

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [bug fix] postgres.exe fails to start on Windows Server 2012 due to ASLR
Next
From: Tom Lane
Date:
Subject: Re: [bug fix] postgres.exe fails to start on Windows Server 2012 due to ASLR