]> granicus.if.org Git - postgresql/commit
Below is the patch against current cvs for libpgtcl and
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Sep 2001 02:54:56 +0000 (02:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Sep 2001 02:54:56 +0000 (02:54 +0000)
commit37c0b648759bb24ebf17831abc35533f356be7c4
treedc20fde37f37ac39b0067311c4b669f0d62befee
parentee0ef05b8d9b22e5c7f62cb92b54fc9acc26357d
Below is the patch against current cvs for libpgtcl and
two additional files win32.mak and libpgtcl.def.
This patch allows to compile libpgtcl.dll on Windows
with tcl > 8.0. I've tested it on WinNT (VC6.0), SUSE Linux (7.0)
and Solaris 2.6 with tcl 8.3.3.

Mikhail Terekhov
src/interfaces/libpgtcl.def [new file with mode: 0644]
src/interfaces/libpgtcl/pgtclCmds.c
src/interfaces/libpgtcl/pgtclCmds.h
src/interfaces/libpgtcl/pgtclId.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpqdll.def
src/interfaces/win32.mak [new file with mode: 0644]