Wed Jan 10 23:47:28 2001 Jason Tishler * src/Makefile.shlib: Add install-bin-shared target to install DLLs in $(bindir) too. Fixes pq.dll not in PATH regression test problem on Cygwin. * src/backend/utils/mmgr/mcxt.c: Remove unneeded DLLIMPORT from CurrentMemoryContext definition. * src/include/utils/memutils.h: Add DLLIMPORT to TransactionCommandContext declaration. * src/utils/dllinit.c: Add conditional compilation to ignore contents when compiling with the Cygwin Net Release (as oppose to b20.1).