pgsql: Keep track of language's trusted flag in InlineCodeBlock.

Поиск
Список
Период
Сортировка
От adunstan@postgresql.org (Andrew Dunstan)
Тема pgsql: Keep track of language's trusted flag in InlineCodeBlock.
Дата
Msg-id 20091106215757.618E8753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Keep track of language's trusted flag in InlineCodeBlock. Needed to support DO blocks for languages that have both
trustedand untrusted variants. 

Modified Files:
--------------
    pgsql/src/include/nodes:
        parsenodes.h (r1.412 -> r1.413)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/parsenodes.h?r1=1.412&r2=1.413)
    pgsql/src/backend/commands:
        functioncmds.c (r1.112 -> r1.113)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/functioncmds.c?r1=1.112&r2=1.113)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Change plpgsql from using textual substitution to insert variable
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rearrange plpgsql parsing to simplify and speed it up a bit.