python - be: Fix handling of composite types (rendering instances).

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Fix handling of composite types (rendering instances).
Date: 2005-06-19 19:45:59
Message-ID: 20050619194559.5A20C1126018@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix handling of composite types (rendering instances).

Also, if type_call gets a instance of the type as args, just return it. This is
handles a low-level case where the function may receive a composite or array
instance as args, instead of the usual Python tuple. (This is most likely to
occur on call/pl's return, where the result is given to the expectation)

Modified Files:
--------------
be/src:
type.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-06-19 19:47:15 python - be: Minor cleanups.
Previous Message User Andrewd 2005-06-19 19:44:41 pgbuildfarm - client-code: default use_vpath to false