Nigel J. Andrews writes:
> Attaching the debugger to the backend process I can't set a break point on my
> function, it says 'Function "blah" not defined' and when it segments somewhere
> under SPI_execp called from my function the stack trace has all the postgres
> symbols but just a '??' at the place my function is obviously sitting.
Use the command LOAD to load the dynamic object into the server process,
then set the break point, then run the function.
--
Peter Eisentraut peter_e@gmx.net