Postgresql – DirectFunctionCall not executing for a function in the same file
In Apache AGE, when I call the DirectFunctionCall() function. It doesn't get executed. I have tried putting logging statements using elog() function in the write() function. But, it's of no use. The code sample is given below - PG_FUNCTION_INFO_V1(some_function); PG_FUNCTION_INFO_V1(write);…