From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [ADMIN] compression -Fx "problem" |
Date: | 2001-12-28 19:47:23 |
Message-ID: | 200112281947.fBSJlNb06585@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-hackers |
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > This has got to stop. We've seen "my cursor keys don't work in psql", now
> > we see "compression doesn't work" every so often. Somehow we have to get
> > deterministic output from configure without "paying attention". Either
> > require these libraries by default (my preference) or not, but not "take
> > what's there".
>
> So you're thinking "error out unless user said --without-zlib or
> --without-readline"?
>
> I could live with that, assuming that the error message mentioned that
> switch as the way to build without the library.
What I have seen some packages do is to report unusual configure
findings just a configure exits. Something like:
Your psql cursor keys will not work because readline wasn't found
or something like that for zlib.
Added to TODO:
* Report failure to find readline or zlib at end of configure run
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-12-28 20:05:15 | Re: [ADMIN] compression -Fx "problem" |
Previous Message | Oleg Lebedev | 2001-12-28 19:24:19 | Re: Looking for management software |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-12-28 20:05:15 | Re: [ADMIN] compression -Fx "problem" |
Previous Message | Bruce Momjian | 2001-12-28 19:43:46 | Re: Undocumented feature costs a lot of performance in COPY |