python - be: Initialize the call's expectation to the function's return - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Initialize the call's expectation to the function's return
Date
Msg-id 20050614204331.2A16B11260A6@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > o -Have SHOW ALL show descriptions for server-side
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add pg_postmaster_start_time() function.