python - be: Call the expectation with the object as the argument set if

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Call the expectation with the object as the argument set if
Date: 2005-06-19 20:13:10
Message-ID: 20050619201310.A873411261FF@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Call the expectation with the object as the argument set if it is a composite or
an array. (Actually identify resultinfo as an RSI instead of assuming it to be.)

Modified Files:
--------------
be/include/pypg/call:
pl.h (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/call/pl.h.diff?r1=1.5&r2=1.6)
be/src/call:
pl.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call/pl.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-06-19 20:21:21 python - be: Cleanup and temporary work-around for pg.util.config.
Previous Message James William Pye 2005-06-19 20:09:12 python - be: Actually identify the resultinfo node as ReturnSetInfo, and