Tom Lane wrote:
>"Magnus Hagander" <mha@sollentuna.net> writes:
>
>
>>I don't have a build env around ATM to test, but my guess would be the
>>new libpq linking. These functions are probably imported from libpq, and
>>therefor must be added to the .def file (or rather the .txt file that
>>generates the .def file that Tom just committed if you have the very
>>latest-and-greates cvs ver) for libpq.dll.
>>
>>
>
>I have a better idea: make pg_autovacuum not use DLLists. That code
>is slated for eventual removal from libpq anyway (if not complete
>destruction). Had I been aware that autovacuum was using it I would
>have objected ...
>
>
Ok, what do you recommend I replace the DLLists with?