Group: pgsql.interfaces


Subject: postmaster process and multithreading
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/28/2007 6:08:12 PM
andrew klassen <aptklassen@yahoo.com> writes: > The reason I am asking is because sometimes the postmaster > will create a core dump and it will show two threads but the > backtrace on both threads does not show any helpful information. Are you using plperl or pltcl? The backend shouldn't go multithreaded, but we've seen problems with those interpreters causing it to happen. (I suppose other language interpreters like python might be risks as well, but those two are the only ones trouble has been reported with.) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq