Tue Sep 26 11:15:38 2000 Jason Tishler * src/backend/utils/Gen_fmgrtab.sh.in: Add conditional compilation to appropriately import/export fmgr_pl_finfo with __declspec(dllimport)/ __declspec(dllexport), respectively. Note that these declarations manifest themselves in fmgr.h since it is generated by Gen_fmgrtab.sh. * src/bin/psql/help.c (usage): Change #ifdef to include check for Cygwin to prevent free-ing of memory obtained from getpwuid(). * src/makefiles/Makefile.win: Add filtering out of -lm and -lc from LIBS to prevent the linking with multiple instances of libcygwin.a crash problems. * src/utils/dllinit.c: Update to be consistent with Cygwin Net Release. * src/win32/README: Change wording to indicate that un.h is no longer needed when building against the Cygwin Net Release. Thu Oct 26 10:25:21 2000 Pete Forman * src/backend/utils/error/elog.c (elog): Add work around for lack of sys_nerr on Cygwin and BeOS. * src/backend/utils/error/exc.c (ExcPrint): Ditto.