python - be: Split off Array_FromPySequence to take an elmtoid instead - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Split off Array_FromPySequence to take an elmtoid instead
Date
Msg-id 20050503221820.71484112600E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Split off Array_FromPySequence to take an elmtoid instead of the type tuple.

A small management improvement, but, of course, fails to address the more
serious issue of consistent instantiation methods.

Calling a type object will do something different than the Datum_From routines.

Modified Files:
--------------
    be/include/pypg:
        conv.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/conv.h.diff?r1=1.2&r2=1.3)
    be/src:
        conv.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/conv.c.diff?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: tom@pgfoundry.org (User Tom)
Date:
Subject: pqa - pqa: tweak
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Add ugly CPP to allow _compilation_ against 8.1devel.