Обсуждение: pgsql: Fix small oversight in recent patch to add more

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

pgsql: Fix small oversight in recent patch to add more

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix small oversight in recent patch to add more CREATE-FUNCTION-time
syntax checking to plpgsql: check_sql_expr() wasn't being called by
make_select_stmt(), so that there was no SQL syntax check for SELECT
statements.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.81 -> r1.82)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.81&r2=1.82)