On Thu, 23 May 2002 18:36:17 +0100 (WEST) "NunoACHenriques" <[EMAIL PROTECTED]> wrote: > Is there any server timeout that is undocumented?
Looks more like a backend crash to me. Can you look for a core file in $PGDATA/base/xxx/ (where xxx is the OID of your database)? If you don't have debugging already enabled, try rebuilding PostgreSQL with debugging support (./configure --enable-debug, or "-g" CFLAGS), and then getting a backtrace with gdb. Also, posting the source of construct_warehouse() might be helpful. Cheers, Neil -- Neil Conway <[EMAIL PROTECTED]> PGP Key ID: DB3C29FC ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster