Обсуждение: pgsql: Fix core dump in error path of plpgsql_parse_tripwordtype.

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

pgsql: Fix core dump in error path of plpgsql_parse_tripwordtype.

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix core dump in error path of plpgsql_parse_tripwordtype.  Somebody
introduced a copy-and-pasteo while trying to simplify the code.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_comp.c (r1.94.2.1 -> r1.94.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_comp.c.diff?r1=1.94.2.1&r2=1.94.2.2)