python - be: Initialize the call's expectation to the function's return

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Initialize the call's expectation to the function's return
Date: 2005-06-14 20:43:31
Message-ID: 20050614204331.2A16B11260A6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Initialize the call's expectation to the function's return type. This will be
overloaded if rsi->expectedDesc != NULL. (fixes a bug where it attempts to call
None on return)

Modified Files:
--------------
be/src/call:
pl.c (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call/pl.c.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-14 21:04:42 pgsql: Add pg_postmaster_start_time() function.
Previous Message Bruce Momjian 2005-06-14 20:43:02 pgsql: Done: > o -Have SHOW ALL show descriptions for server-side