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

Поиск
Список
Период
Сортировка
От Rajeev rastogi
Тема Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path
Дата
Msg-id BF2827DCCE55594C8D7A8F7FFD3AB7713DDC4220@SZXEML508-MBX.china.huawei.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
Re: [review] PostgreSQL Service on Windows does not start if data directory given is relative path
Список pgsql-hackers
On 22 February 2014 06:16, MauMau Wrote:

Thanks for reviewing again.

> Please make small cosmetic changes so that make_absolute_path() follows
> the
> style of other parts.  Then I'll make this ready for committer.
>
> (1)
> Add the function name in the comment as in:
>
> /*
>  * make_absolute_path
>  *
>  * ...existing function descripton
>  */

Added.

> (2)
> Add errno description as in:
>
> fprintf(stderr, _("could not get current working directory: %s\n",
> strerror(errno)));

Modified.

Please find the attached modified patch.

Thanks and Regards,
Kumar Rajeev Rastogi

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: contrib/cache_scan (Re: What's needed for cache-only table scan?)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: jsonb and nested hstore