]> granicus.if.org Git - postgresql/commit
Hello!
authorBruce Momjian <bruce@momjian.us>
Thu, 8 Oct 1998 00:10:49 +0000 (00:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 8 Oct 1998 00:10:49 +0000 (00:10 +0000)
commit30debec6e57b0678ec101eb5469d025384ed8c8d
tree13beaa143ccd06824ce90b7f5c3f9cfd81377c4d
parentcb4292ea64749a3faf2a2b6ec737576a39e83f6a
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
src/backend/commands/vacuum.c
src/bin/psql/psql.c
src/interfaces/libpq/libpqdll.c