postgresql/src/pl/plpython
Bruce Momjian 3b93fba823 Remove plpython casts C source code casts:
It removes last remaining casts inside struct definitions.
Such usage is bad practice, as it hides problems from compiler.

Reason for the cast is popular practice in some circles
to define functions as foo(MyObj *) instead of foo(PyObject *)
thus avoiding a local variable inside functions and make
direct calling easier.  As pl/python does not use such style,
the casts were unnecessary from the start.


Marko Kreen
2007-04-04 17:28:11 +00:00
..
expected Fix plpython to work (or at least pass its regression tests) with 2006-11-21 21:51:05 +00:00
sql Remove use of whrandom module, which was removed in Python 2.5. 2006-10-16 21:13:57 +00:00
Makefile Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm. 2007-02-10 04:26:24 +00:00
plpython.c Remove plpython casts C source code casts: 2007-04-04 17:28:11 +00:00
TODO Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00