Re: [HACKERS] win32 pg_autovacuum make error

2004-10-16 Thread Tom Lane
"Matthew T. O'Connor" <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> 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 .

Re: [HACKERS] win32 pg_autovacuum make error

2004-10-16 Thread Matthew T. O'Connor
Tom Lane wrote: "Magnus Hagander" <[EMAIL PROTECTED]> 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 f

[HACKERS] win32 pg_autovacuum make error

2004-10-16 Thread Andrew Dunstan
I have just started seeing the following on win32: make[1]: Entering directory `/home/pgrunner/pgbuildfarm/root/HEAD/pgsql.blurfl/contrib/pg_autovacuum' gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations pg_autovacuum.o -L../../src/interfaces/libpq -lpq -L../../src/po