pgsql: Adjust plpython to convert \r\n and \r to \n in Python scripts,

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Adjust plpython to convert \r\n and \r to \n in Python scripts,
Дата
Msg-id 20050324172234.A26BE534A7@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust plpython to convert \r\n and \r to \n in Python scripts,
per recent discussion concluding that this is the Right Thing.  Add
regression test check for this behavior.  Michael Fuhr

Modified Files:
--------------
    pgsql/src/pl/plpython:
        feature.expected (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/feature.expected.diff?r1=1.9&r2=1.10)
        plpython.c (r1.58 -> r1.59)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.58&r2=1.59)
        plpython_function.sql (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython_function.sql.diff?r1=1.6&r2=1.7)
        plpython_test.sql (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython_test.sql.diff?r1=1.2&r2=1.3)

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

Предыдущее
От: dfetter@pgfoundry.org (User Dfetter)
Дата:
Сообщение: docbot - docbot: Added a few more channels, minor indenting fix.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Adjust plpython to convert \r\n and \r to \n in Python scripts,