D. Hageman writes:
> Strange. Maybe I haven't fully explored the problem then. I would be
> more then happy to supply a core file if you would like to analyze it.
Please compile with debug symbols, e.g.
src/bin/psql$ make clean
src/bin/psql$ make CFLAGS=-g all
then produce the core dump and run
gdb location/bin/psql some/where/core
and enter
bt
and show what it says.
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter