| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Sean Chittenden <sean(at)chittenden(dot)org> |
| Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: [FIX] Fix for pgxs on darwin and other platforms... |
| Date: | 2004-12-17 03:36:01 |
| Message-ID: | 14044.1103254561@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Sean Chittenden <sean(at)chittenden(dot)org> writes:
> I don't have a patch yet for this yet, but if you'd like, I can fix
> this problem globally and correctly. The solution is as follows:
> *) contrib/ should *not* use pgxs and instead should depend on the
> global makefiles
Nope. If we can't use contrib as a test case for pgxs, the odds that
pgxs will ever be non-broken are minimal. It does seem though that we
need two different values for BE_DLLLIBS depending on whether we are
building in-tree or not. I think you can handle that with "ifdef PGXS"
but I'm not totally sure that that's the right test ...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-12-17 03:53:36 | Re: [FIX] Fix for pgxs on darwin and other platforms... |
| Previous Message | Sean Chittenden | 2004-12-17 03:25:58 | Re: [FIX] Fix for pgxs on darwin and other platforms... |