Обсуждение: pgsql: Keep track of language's trusted flag in InlineCodeBlock.

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

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

От
adunstan@postgresql.org (Andrew Dunstan)
Дата:
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)