Re: [HACKERS] fmgr_info_cxt_security() screwing memory ?

2007-10-12 Thread Tom Lane
Luis Vargas <[EMAIL PROTECTED]> writes: > Hi, I'm calling an arbitrary user-defined function from the backend. > Although I can do it via FunctionCallInvoke, I have a weird problem when > calling fmgr_info. The call results in a argument variable (eventType) > being cleared. A gdb hardware watch

[HACKERS] fmgr_info_cxt_security() screwing memory ?

2007-10-12 Thread Luis Vargas
Hi, I'm calling an arbitrary user-defined function from the backend. Although I can do it via FunctionCallInvoke, I have a weird problem when calling fmgr_info. The call results in a argument variable (eventType) being cleared. A gdb hardware watch says that the variable is modified by fmgr_inf