Re: [HACKERS] threads.c

2003-07-22 Thread Bruce Momjian
Peter Eisentraut wrote: > 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 b

[HACKERS] threads.c

2003-07-22 Thread Lee Kindness
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),

[HACKERS] threads.c

2003-07-22 Thread Peter Eisentraut
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 libp