Below is the patch against current cvs for libpgtcl and
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpgtcl.def | added | +8 −0 |
| src/interfaces/libpgtcl/pgtclCmds.c | modified | +9 −1 |
| src/interfaces/libpgtcl/pgtclCmds.h | modified | +5 −1 |
| src/interfaces/libpgtcl/pgtclId.c | modified | +14 −9 |
| src/interfaces/libpq/fe-exec.c | modified | +15 −1 |
| src/interfaces/libpq/libpqdll.def | modified | +1 −1 |
| src/interfaces/libpq/libpq-fe.h | modified | +2 −1 |
| src/interfaces/win32.mak | added | +201 −0 |