Re: pgwin32_safestat weirdness - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgwin32_safestat weirdness
Date
Msg-id 14807.1208108976@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgwin32_safestat weirdness  (Magnus Hagander <magnus@hagander.net>)
Responses Re: pgwin32_safestat weirdness  (Andrew Dunstan <andrew@dunslane.net>)
Re: pgwin32_safestat weirdness  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Is there not a (3) which has it included in all frontend code *except*
> libpq? Do we have a define to do that off?

Offhand I can't think of one.

> In libpq, it's only used in one place to check if a file is present,
> and one then in the SSL code to determine permissions and such (which
> means it's being ignored on win32). 

Maybe we could finess the problem by tweaking libpq to not use stat()
at all on Windows.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgwin32_safestat weirdness
Next
From: Tom Lane
Date:
Subject: Re: Remove lossy-operator RECHECK flag?