python - be: Convert source encoding to utf-8 for compile(src).

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Convert source encoding to utf-8 for compile(src).
Дата
Msg-id 20050630012239.55A8B112617B@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Convert source encoding to utf-8 for compile(src).

Currently, the function definition statically specifies utf-8 as the
encoding, this can be dynamically specified to the database's encoding. However,
at this time it is convenient to simply transform the encoding to utf-8 for the
sake of indent(). Once indent() and other aspects of function compilation become
more encoding independent, plpy can easily be made to compile functions without
explicit conversion.

Modified Files:
--------------
    be/src:
        pl.c (r1.20 -> r1.21)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.20&r2=1.21)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve the checkpoint signaling mechanism so that the bgwriter
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: More cleanup on roles patch.