Re: win32 pg_autovacuum make error

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: win32 pg_autovacuum make error
Date: 2004-10-16 21:55:49
Message-ID: 417198E5.8090302@zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

>"Magnus Hagander" <mha(at)sollentuna(dot)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?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-10-16 22:22:57 Re: win32 pg_autovacuum make error
Previous Message Greg Stark 2004-10-16 21:42:46 Re: Nearing final release?