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

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Convert source encoding to utf-8 for compile(src).
Date
Msg-id 20050630012239.55A8B112617B@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve the checkpoint signaling mechanism so that the bgwriter
Next
From: Stephen Frost
Date:
Subject: Re: pgsql: More cleanup on roles patch.