Itai Zukerman <[EMAIL PROTECTED]> writes: > After recompiling with --enable-cassert, nserting into an empty table, > I get:
> TRAP: FailedAssertion("!((VfdCache[0].fd == (-1)))", File: "fd.c", Line: 1113) Begins to look like a plain old wild store: ain't *nothing* should ever write into VfdCache[0].fd. If that's repeatable, you could try homing in on the place that is clobbering that variable by stepping through major routines with gdb. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster