Re: pgxs regression

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: pgxs regression
Дата
Msg-id 4197A0BD.1050704@mailblocks.com
обсуждение исходный текст
Ответ на pgxs regression  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Joe Conway wrote:
> I'm not sure exactly what has changed, nor at the moment how to fix it, 
> but I'm finding that pgxs no longer works for PL/R or dblink. Error as 
> follows:
> 
> make: *** No rule to make target 
> `/usr/local/pgsql-dev/lib/pgxs/src/makefiles/../../src/port/pg_config_paths.h', 
> needed by `all-static-lib'.  Stop.
> 
> The problem is related specifically to Makefiles using MODULE_big. I 
> tested a few contribs that use MODULES and they seem to work fine under 
> pgxs.
> 
> Joe
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> 
Seems you have the same issue that I have with PL/Java. I had to 
explicitly change my target from:
   all: all_lib

to:
   all: $(shlib)

The thread "Problems with pgxs" started in hackers on 10/31 may be of 
some interest.

Regards,
Thomas Hallgren



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: code question: storing INTO relation
Следующее
От: Peter Eisentraut
Дата:
Сообщение: psql \e broken again