Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: VC++ psql build broken


  • From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
  • To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
  • Cc: PgSQL Win32 developers <pgsql-hackers-win32(at)postgresql(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
  • Subject: Re: VC++ psql build broken
  • Date: Mon, 27 Sep 2004 18:57:58 -0400 (EDT)
  • Message-id: <200409272257(dot)i8RMvwB20851(at)candle(dot)pha(dot)pa(dot)us>

I have fixed this issue with Dave's help.

---------------------------------------------------------------------------

Dave Page wrote:
>  
> 
> > -----Original Message-----
> > From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us] 
> > 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
> 

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman(at)candle(dot)pha(dot)pa(dot)us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group