python - be: Remove call argument overrides. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Remove call argument overrides.
Date
Msg-id 20051214161529.879071125049@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove call argument overrides.

This is useful for state keeping calls that can take later arguments. Primarily,
non-SRF generators(plpy functions), and for optimizing repeat calls to Postgres
functions. However, the code expects a list for the already created arguments,
which is no longer the norm. So, defer to removing the code for now. Also, using
this feature requires that the user explicitly create the call object, which is
more or less a nuisance.

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

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Fix depth reduction in exceptions.
Next
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql: 2005-12-14 Francisco Figueiredo Jr.