threads.c

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: threads.c
Date: 2003-07-22 07:39:14
Message-ID: Pine.LNX.4.56.0307212355530.18268@krusty.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lee Kindness 2003-07-22 08:14:21 PATCH: Memory leaks on start-up
Previous Message Peter Eisentraut 2003-07-22 07:38:56 Thread-safe questions in configure