python - be: Minor bytea improvements. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Minor bytea improvements.
Date
Msg-id 20051122202324.8D05D1125049@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Minor bytea improvements.

Make the "+" operator use "||".
In bytea_new, return the source if it is of the subtype(subtype==ob_type).

Modified Files:
--------------
    be/src/type:
        bitwise.c (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type/bitwise.c.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Fix errors with some compilers/options.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up comment munged by pg_indent.