| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Dan \"Heron\" Myers" <heron(at)xnapid(dot)com> |
| Cc: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Custom C function - is palloc broken? |
| Date: | 2008-05-06 02:22:43 |
| Message-ID: | 6721.1210040563@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Dan \"Heron\" Myers" <heron(at)xnapid(dot)com> writes:
> It seems odd that they can compile PostgreSQL with Visual Studio (according
> to Magnus, anyway)
And according to several buildfarm machines, as well as quite a few
other folks who have managed to build things successfully. You need to
get over this concept of "Postgres is broken" and try to identify a
specific reason why your DLL builds are not working.
One thing you might try is looking at the build logs for the Windows
buildfarm members
http://www.pgbuildfarm.org/cgi-bin/show_status.pl
to see if you can spot what they're doing differently than you are.
Check out the contrib-module builds in particular, because I doubt there
are any of them that aren't doing palloc.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-05-06 02:32:11 | Re: Custom C function - is palloc broken? |
| Previous Message | Craig Ringer | 2008-05-06 02:19:32 | Re: Custom C function - is palloc broken? |