| From: | Neil Conway <neilc(at)samurai(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Theodore Petrosky <tedpet5(at)yahoo(dot)com>, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Subject: | Re: Mac OS X make check errors... |
| Date: | 2004-10-19 04:10:18 |
| Message-ID: | 1098159018.1113.79.camel@localhost.localdomain |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Tue, 2004-10-19 at 10:36, Tom Lane wrote:
> --disable-shared means you do not get any of the backend extensions that
> come as shared libraries; this includes plpgsql (and the other PL
> languages if you had tried to build 'em) as well as character set
> conversions. I think the tests that failed are exactly the ones that
> depend on plpgsql or conversions.
Just to confirm, Theodore sent me the regression.diffs via private mail
and that is indeed the problem (plpgsql is not getting created).
-Neil
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Luke McFarlane | 2004-10-19 07:05:04 | Time intervals in select statement |
| Previous Message | Tom Lane | 2004-10-19 00:36:26 | Re: Mac OS X make check errors... |