> -----Original Message-----
> From: Bruce Momjian [mailto:[EMAIL PROTECTED] 
> Sent: 12 September 2004 14:59
> To: Dave Page
> Cc: PgSQL Win32 developers; PostgreSQL Patches
> Subject: Re: [pgsql-hackers-win32] VC++ psql build broken
> 
> 
> How does your Win32 system rename prototype differ from what 
> is in port.h?
> 
>       extern int  pgrename(const char *from, const char *to);

_CRTIMP int __cdecl rename(const char *, const char *);


>       extern int  pgunlink(const char *path);

_CRTIMP int __cdecl _unlink(const char *);

> Good question on wether we need to keep this working but it 
> would be nice to keep it I guess for client-only installs 
> that want to build from source using non-Mingw.

Nice, but not essential. I certainly don't think it's worth spending
excessive amounts of energy on though.

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to