[PgPy] [ python-Bugs-1000307 ] Seperate Python functionality from PyPgCall

noreply at pgfoundry.org noreply at pgfoundry.org
Fri Apr 29 20:30:19 GMT 2005


Bugs item #1000307, was opened at 2005-04-29 13:30
You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000307&group_id=1000094

Category: Backend
Group: To do
Status: Open
Resolution: None
Priority: 5
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Seperate Python functionality from PyPgCall

Initial Comment:
The base call type currently has all the functionality to run Python code, yet being an abstract type for all intents and purposes, it should not have such functionality.

So a new Call subtype should be created that has that functionality to purify PyPgCall's intended general nature:

New files:

 include/pypg/call/python.h
 src/call/python.c

PyPgProceduralCall will then need to inherit from it, and PyPgFunction needs to be given the intelligence to use the new Python call type when need be.

----------------------------------------------------------------------

You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000307&group_id=1000094


More information about the Python-general mailing list