On Wed, Jan 2, 2013 at 5:44 PM, Tom Lane wrote:
> Magnus Hagander writes:
>> On Wed, Jan 2, 2013 at 5:36 PM, Tom Lane wrote:
>>> Why are these very tar-specific functions being declared in such a
>>> globally visible spot as port.h? That seems like a bad idea on its
>>> face. IMO stuff in port
Magnus Hagander writes:
> On Wed, Jan 2, 2013 at 5:36 PM, Tom Lane wrote:
>> Why are these very tar-specific functions being declared in such a
>> globally visible spot as port.h? That seems like a bad idea on its
>> face. IMO stuff in port.h ought to be about as globally applicable
>> as, say,
On Wed, Jan 2, 2013 at 5:36 PM, Tom Lane wrote:
> Magnus Hagander writes:
>>> On Wed, Jan 2, 2013 at 4:14 AM, Andrew Dunstan wrote:
This seems to have broken plperl builds on Windows.
>
>> I'm not really sure what the best thing is to do here. We can either
>> use the fact that we know that
Magnus Hagander writes:
>> On Wed, Jan 2, 2013 at 4:14 AM, Andrew Dunstan wrote:
>>> This seems to have broken plperl builds on Windows.
> I'm not really sure what the best thing is to do here. We can either
> use the fact that we know that uid_t and gid_t are "int" on all our
> platforms, more