Adminpack build fix - Mailing list pgsql-patches

From Magnus Hagander
Subject Adminpack build fix
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FC8C@algol.sollentuna.se
Whole thread Raw
Responses Re: Adminpack build fix  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Adminpack build fix  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Contrib Makefiles
Next
From: Tom Lane
Date:
Subject: Re: Adminpack build fix