Re: BUG #1473: Backend bus error, possibly due to ANALYZE - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1473: Backend bus error, possibly due to ANALYZE
Date
Msg-id 17594.1108176410@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #1473: Backend bus error, possibly due to ANALYZE  ("Brian B." <brian-pgsql@bbdab.org>)
Responses Re: BUG #1473: Backend bus error, possibly due to ANALYZE
List pgsql-bugs
"Brian B." <brian-pgsql@bbdab.org> writes:
> I use the FreeBSD PostgreSQL port and I set the option to use threads so
> that pl/python will work with PostgreSQL.

What option is that, exactly?

It's entirely possible that something has decided that the backend is
going to be multithreaded and is only giving the "main" thread a
1MB-or-so stack.  If so, I would regard this as a build error.  We do
not want threading libraries linked into the backend.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Brian B."
Date:
Subject: Re: BUG #1473: Backend bus error, possibly due to ANALYZE
Next
From: "Brian B."
Date:
Subject: Re: BUG #1473: Backend bus error, possibly due to ANALYZE