AW: [HACKERS] Postgresql on win32

2001-01-24 Thread Zeugswetter Andreas SB
> Thanks. Applied. > > [ Charset ISO-8859-1 unsupported, converting... ] > > Hello! > > > > Here is a patch to make the current snapshot compile on > Win32 (native, libpq > > and psql) again. Changes are: I thought the consensus was to do something other than that patch. As it looks, if noth

Re: AW: [HACKERS] Postgresql on win32

2001-01-24 Thread Bruce Momjian
OK, suggestions? [ Charset ISO-8859-1 unsupported, converting... ] > > > Thanks. Applied. > > > > [ Charset ISO-8859-1 unsupported, converting... ] > > > Hello! > > > > > > Here is a patch to make the current snapshot compile on > > Win32 (native, libpq > > > and psql) again. Changes are:

Re: [HACKERS] Postgresql on win32

2001-01-23 Thread Bruce Momjian
Thanks. Applied. [ Charset ISO-8859-1 unsupported, converting... ] > Hello! > > Here is a patch to make the current snapshot compile on Win32 (native, libpq > and psql) again. Changes are: > 1) psql requires the includes of "io.h" and "fcntl.h" in command.c in order > to make a call to open()

[HACKERS] Postgresql on win32

2001-01-22 Thread Magnus Hagander
Hello! Here is a patch to make the current snapshot compile on Win32 (native, libpq and psql) again. Changes are: 1) psql requires the includes of "io.h" and "fcntl.h" in command.c in order to make a call to open() work (io.h for _open(), fcntl.h for the O_xxx) 2) PG_VERSION is no longer defined