Обсуждение: pgsql-server/ oc/src/sgml/spi.sgml rc/backend/ ...

Поиск
Список
Период
Сортировка

pgsql-server/ oc/src/sgml/spi.sgml rc/backend/ ...

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/12/30 17:10:54

Modified files:
    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 pgtclCmds.h pgtclId.c
                             pgtclId.h
    src/pl/tcl     : pltcl.c

Log message:
    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.