]> granicus.if.org Git - postgresql/commit
Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Dec 2002 22:10:54 +0000 (22:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Dec 2002 22:10:54 +0000 (22:10 +0000)
commit699782b69518e18c20211df315c49b8cd0dc9345
tree6cdaf32e22691419846b9fdd42ac0867d7f3dd73
parentd82794ee33a043ade43db6c7aaa299a2a153ade5
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.
doc/src/sgml/spi.sgml
src/backend/executor/spi.c
src/backend/utils/mmgr/portalmem.c
src/include/executor/spi.h
src/include/utils/portal.h
src/interfaces/libpgtcl/pgtclCmds.c
src/interfaces/libpgtcl/pgtclCmds.h
src/interfaces/libpgtcl/pgtclId.c
src/interfaces/libpgtcl/pgtclId.h
src/pl/tcl/pltcl.c