Hello!

Bruce Momjian <bruce@momjian.us>

Commit: 30debec6e57b0678ec101eb5469d025384ed8c8d
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-10-08T00:10:49Z
Releases: 7.1.1
Hello!

Here are two new patches for the Win32 support.

1) The patch based on the one from Hiroshi Inoue [Inoue@tpf.co.jp], to
load
Winsock.dll from libpq.dll.
2) A patch for psql.c to remove the call to WSAStartup(), since it is
not
required when it's done in libpq.dll.

I'm still looking for the possibility of having a crypt() function in
libpq.dll too, the same way getopt was included. Any chance of getting
this
before 6.4, or should we wait for the next one?


//Magnus

Files

PathChange+/−
src/backend/commands/vacuum.c modified +1 −2
src/bin/psql/psql.c modified +1 −13
src/interfaces/libpq/libpqdll.c modified +17 −0