python - be: Split off Array_FromPySequence to take an elmtoid instead

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Split off Array_FromPySequence to take an elmtoid instead
Date: 2005-05-03 22:18:20
Message-ID: 20050503221820.71484112600E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-05-03 22:30:07 python - be: Add ugly CPP to allow _compilation_ against 8.1devel.
Previous Message User Tom 2005-05-03 21:39:05 pqa - pqa: tweak