Re: OpenMP in PostgreSQL-8.4.0
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Reydan Cankur <reydan(dot)cankur(at)gmail(dot)com>
- Cc: pgsql-performance(at)postgresql(dot)org
- Subject: Re: OpenMP in PostgreSQL-8.4.0
- Date: Sat, 28 Nov 2009 11:42:56 -0500
- Message-id: <18788.1259426576@sss.pgh.pa.us> <text/plain>
Reydan Cankur <reydan(dot)cankur(at)gmail(dot)com> writes:
> I am trying to run postgresql functions with threads by using OpenMP.
This is pretty much doomed to failure. It's *certainly* doomed to
failure if you just hack up one area of the source code without dealing
with the backend's general lack of support for threading.
regards, tom lane
Home |
Main Index |
Thread Index