Re: OpenMP in PostgreSQL-8.4.0 - Mailing list pgsql-performance

From Tom Lane
Subject Re: OpenMP in PostgreSQL-8.4.0
Date
Msg-id 18788.1259426576@sss.pgh.pa.us
Whole thread Raw
In response to OpenMP in PostgreSQL-8.4.0  (Reydan Cankur <reydan.cankur@gmail.com>)
Responses Re: OpenMP in PostgreSQL-8.4.0
List pgsql-performance
Reydan Cankur <reydan.cankur@gmail.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

pgsql-performance by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SSD + RAID
Next
From: Richard Neill
Date:
Subject: Re: Analyse without locking?