Re: pg_config

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pg_config
Дата
Msg-id 40FEBE26.7070807@dunslane.net
обсуждение исходный текст
Ответ на pg_config  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pg_config
Re: pg_config
Список pgsql-patches
There are a couple of things that need adjustment:

1. typo in the makefile - ((X) should be $(X)
2. these cases need to be fixed:

        else if (strcmp(argv[i],"--includedir-server") ==0)
            get_pkginclude_path(mypath,otherpath);
        else if (strcmp(argv[i],"--libdir") == 0)
            get_include_path(mypath,otherpath);

We might actually need one or two functions in port/path.c to handle them.

cheers

andrew



Bruce Momjian wrote:

>Your patch has been added to the PostgreSQL unapplied patches list at:
>
>    http://momjian.postgresql.org/cgi-bin/pgpatches
>
>It will be applied as soon as one of the PostgreSQL committers reviews
>and approves it.
>
>
>
>

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: logfile subprocess and Fancy File Functions
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] Point in Time Recovery