aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-04-04 17:28:11 +0000
committerBruce Momjian <bruce@momjian.us>2007-04-04 17:28:11 +0000
commit3b93fba823a4a3e83259a353c47a044204dacef4 (patch)
tree4ad42588540c55cf6a6e6eb3bd5a2795fb9395f2 /src/backend/utils/adt/xml.c
parent8f296ebea760c54fdf42c5bb7bf1ff690953b0b0 (diff)
downloadpostgresql-3b93fba823a4a3e83259a353c47a044204dacef4.tar.gz
postgresql-3b93fba823a4a3e83259a353c47a044204dacef4.zip
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
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions