Обсуждение: pgsql: Forgot to handle the new SPI_OK_REWRITTEN result code in a couple

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

pgsql: Forgot to handle the new SPI_OK_REWRITTEN result code in a couple

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_exec.c (r1.230 -> r1.231)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.230&r2=1.231)
    pgsql/src/pl/tcl:
        pltcl.c (r1.126 -> r1.127)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/pltcl.c?r1=1.126&r2=1.127)