Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path
Дата
Msg-id CABUevEzu-NBMekqR7U_cenN_Js7mDjMALDFMA2GRYkq1Nj2Bpg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path  ("MauMau" <maumau307@gmail.com>)
Ответы Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path  ("MauMau" <maumau307@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [bug fix] postgres.exe fails to start on Windows Server 2012 due to ASLR
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [bug fix] postgres.exe fails to start on Windows Server 2012 due to ASLR