On 2015-02-15, Hugo Osvaldo Barrera <h...@barrera.io> wrote: > > Am I mistaken in understanding that this is an issue with postgresql itself, > and not a local configuration error?
Correct. > I tried building postgres with debug symbols (I added the flags described > here[1] to the ports Makefile), but the backtrace is still useless: Please would you rebuild from the original port like this: make clean=all make DEBUG="-O0 -g" repackage && sudo make reinstall and see if this gives a better backtrace.