Re: pgxs regression - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: pgxs regression
Date
Msg-id 4197A0BD.1050704@mailblocks.com
Whole thread Raw
In response to pgxs regression  (Joe Conway <mail@joeconway.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: code question: storing INTO relation
Next
From: Peter Eisentraut
Date:
Subject: psql \e broken again