Re: [HACKERS] Future of src/utils

2002-07-17 Thread Bruce Momjian
Peter Eisentraut wrote: > Tom Lane writes: > > > > assemble all the files we need (as determined by configure) into a static > > > library and link all executables with that. That way we don't have to > > > deal with the individual files in each individual makefile. > > > > I like that a lot. B

Re: [HACKERS] Future of src/utils

2002-07-17 Thread Peter Eisentraut
Bruce Momjian writes: > Can we move them to src/port rather than src/utils? Port makes more > sense to me because that's what they are. Maybe is should be called > src/libc? Well, there is a bit of a history in picking a really silly name for this library. GCC calls it libiberty, Kerberos cal

Re: [HACKERS] Future of src/utils

2002-07-17 Thread Peter Eisentraut
Tom Lane writes: > > assemble all the files we need (as determined by configure) into a static > > library and link all executables with that. That way we don't have to > > deal with the individual files in each individual makefile. > > I like that a lot. But will it work for libpq? No, just f

Re: [HACKERS] Future of src/utils

2002-07-16 Thread Bruce Momjian
Tom Lane wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > I don't think we need to move the subdirectories, which involve stuff > > that's heavily tied to the backend. But the generic C library replacement > > files should move into src/utils preferably. In fact, what we could do is > >

Re: [HACKERS] Future of src/utils

2002-07-16 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > I don't think we need to move the subdirectories, which involve stuff > that's heavily tied to the backend. But the generic C library replacement > files should move into src/utils preferably. In fact, what we could do is > assemble all the files we

Re: [HACKERS] Future of src/utils

2002-07-16 Thread Peter Eisentraut
Bruce Momjian writes: > Yea, I thought of that. Means all the subdirectores have to move too. > It is more extreme than moving stuff from /src/utils, but it is more > logical. I don't think we need to move the subdirectories, which involve stuff that's heavily tied to the backend. But the gene

Re: [HACKERS] Future of src/utils

2002-07-15 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian writes: > > > However, over time, this distinction has broken down and we have a > > number of backend/port stuff used in other binaries. I propose moving > > the src/utils remaining items into src/backend/port, and removing the > > src/utils directory. >

Re: [HACKERS] Future of src/utils

2002-07-15 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian writes: > > > However, over time, this distinction has broken down and we have a > > number of backend/port stuff used in other binaries. I propose moving > > the src/utils remaining items into src/backend/port, and removing the > > src/utils directory. >

Re: [HACKERS] Future of src/utils

2002-07-15 Thread Peter Eisentraut
Bruce Momjian writes: > However, over time, this distinction has broken down and we have a > number of backend/port stuff used in other binaries. I propose moving > the src/utils remaining items into src/backend/port, and removing the > src/utils directory. I propose the reverse operation. --

[HACKERS] Future of src/utils

2002-07-15 Thread Bruce Momjian
We have src/utils for stuff supposedly that is used by the backend and other binaries, and src/backend/port for stuff used only by the backend. However, over time, this distinction has broken down and we have a number of backend/port stuff used in other binaries. I propose moving the src/utils r