Re: [HACKERS] Multithread Query Planner

2012-01-14 Thread Frederico
This means it's possible use threads? Att, Fred Enviado via iPad Em 13/01/2012, às 20:47, Dimitri Fontaine escreveu: > Christopher Browne writes: >> Yes, don't try to use threads. >> >>

[HACKERS] Multithread Query Planner

2012-01-13 Thread Frederico
Hi folks. Is there any restriction in create and start threads inside Postgres? I'm trying to develop a multithread planner, and some times is raised a exception of access memory. I'm debugging the code to see if is a bug in the planner, but until now, I still not found. I tried to use the sa