Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as
Tom Lane <tgl@sss.pgh.pa.us>
Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as needed). Some desultory const-ification of SPI interface to support this.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/spi.sgml | modified | +11 −11 |
| src/backend/executor/spi.c | modified | +13 −12 |
| src/backend/utils/mmgr/portalmem.c | modified | +3 −3 |
| src/include/executor/spi.h | modified | +10 −9 |
| src/include/utils/portal.h | modified | +3 −3 |
| src/interfaces/libpgtcl/pgtclCmds.c | modified | +40 −37 |
| src/interfaces/libpgtcl/pgtclCmds.h | modified | +47 −43 |
| src/interfaces/libpgtcl/pgtclId.c | modified | +10 −8 |
| src/interfaces/libpgtcl/pgtclId.h | modified | +8 −7 |
| src/pl/tcl/pltcl.c | modified | +42 −32 |