Adminpack build fix

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Adminpack build fix
Date: 2006-10-19 17:27:27
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FC8C@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Attached patch removes a couple of extern definitions from adminpack,
replacing some of them with a #include. (Cam eup with this because we
got a duplicate definition of DataDir when building with Visual C++).
Seems much more correct to pull in the header file that has the
definition, and only do that.

//Magnus

Attachment Content-Type Size
adminpack.diff application/octet-stream 783 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-10-19 17:38:58 Re: Adminpack build fix
Previous Message Jim C. Nasby 2006-10-19 16:50:15 Re: [HACKERS] Bug?

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-10-19 17:38:58 Re: Adminpack build fix
Previous Message Magnus Hagander 2006-10-18 20:56:00 Contrib Makefiles