threads.c - Mailing list pgsql-hackers

From Peter Eisentraut
Subject threads.c
Date
Msg-id Pine.LNX.4.56.0307212355530.18268@krusty.credativ.de
Whole thread Raw
Responses threads.c  (Lee Kindness <lkindness@csl.co.uk>)
Re: threads.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
I have a few problems with the file threads.c:

1. It doesn't contain any threads, so the name is slightly inappropriate.

2. It's not a porting module (since pqStrerror, etc. are not system
functions), so it doesn't belong into src/port.

3. It's only used by libpq, so why not put it into the libpq directory?

Comments?

-- 
Peter Eisentraut   peter_e@gmx.net


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Thread-safe questions in configure
Next
From: Lee Kindness
Date:
Subject: PATCH: Memory leaks on start-up