Joe Conway <[EMAIL PROTECTED]> writes: > plpython.c: In function `plpython_call_handler': > plpython.c:354: warning: suggest explicit braces to avoid ambiguous `else'
Apparently the Python boys are not familiar with the do {...} while (0) trick to ensure that a macro containing C statements won't interact with its environment. I'll put back the braces that pgindent removed, but someone should file a bug report against Py_DECREF(). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings