| From: | Lee Kindness <lkindness(at)csl(dot)co(dot)uk> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>, Lee Kindness <lkindness(at)csl(dot)co(dot)uk> |
| Subject: | threads.c |
| Date: | 2003-07-22 10:12:33 |
| Message-ID: | 16157.3601.40453.910973@kelvin.csl.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
It was in libpq in my original patch, not port.
L.
Peter Eisentraut writes:
> 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?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2003-07-22 11:16:22 | a couple of suggestions |
| Previous Message | Teodor Sigaev | 2003-07-22 09:38:53 | Re: tsearch2 for 7.3.X |