> 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
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:
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()
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