pgsql: Allow plpgsql IN parameters to be assigned to.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Allow plpgsql IN parameters to be assigned to.
Дата
Msg-id 20090920015332.BE114753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Allow plpgsql IN parameters to be assigned to.  Since the parameters are just
preinitialized local variables, this does not affect the function's semantics
as seen by callers; allowing assignment simply avoids the need to create more
local variables in some cases.  In any case we were being rather inconsistent
since only scalar parameters were getting marked constant.

No documentation change, since parameters were never documented as being
marked constant anyway.

Steve Prentice

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_comp.c (r1.137 -> r1.138)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_comp.c?r1=1.137&r2=1.138)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove a couple hundred lines of ugly and tedious-to-maintain
Следующее
От: carvalho@pgfoundry.org (User Carvalho)
Дата:
Сообщение: pllua - pllua: Minor changes to Makefile for "Lua for Windows".