Thomas Hallgren wrote:
> Andrew Dunstan wrote:
>
>>
>> Enumkit's makefile uses pgxs happily to make foo.so without the lib
>> prefix. The relevant portion reads like this:
>>
>> MODULES = $(TYPENAME)
>>
> Yeah. But using MODULES your are assumed to have one object file per
> module. I need to use MODULE_big.
Yes, I see that now.
Maybe we should add a MODULE_dyn target to pgxs.mk.
cheers
andrew