Hello!
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/vacuum.c | modified | +1 −2 |
| src/bin/psql/psql.c | modified | +1 −13 |
| src/interfaces/libpq/libpqdll.c | modified | +17 −0 |