pgsql: Revert ill-considered change to plpgsql: it should not rely on

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Revert ill-considered change to plpgsql: it should not rely on
Дата
Msg-id 20060527194552.B1E949FA2D8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Revert ill-considered change to plpgsql: it should not rely on the
current setting of standard_conforming_strings to decide how to quote
strings that will be used later.  There is much more to do here but
this particular change breaks the build on Windows, so fix it now.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.89 -> r1.90)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.89&r2=1.90)

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

Предыдущее
От: nwakefield@pgfoundry.org (User Nwakefield)
Дата:
Сообщение: bizgres - bizgres:
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: TG_table_name and TG_table_schema for pl/tcl, plus regression