Date: Sun, 11 Feb 1996 21:29:07 -0500 (EST) From: John Fieber <jfieber@indiana.edu> To: Andrew Herdman <andrew@whine.com> Cc: questions@FreeBSD.ORG Subject: Re: Postgres95 1.0 Message-ID: <Pine.BSF.3.91.960211211625.6483D-100000@fieber-john.campusview.indiana.edu> In-Reply-To: <Pine.BSF.3.91.960211190031.5249A-100000@why>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 11 Feb 1996, Andrew Herdman wrote: > Not really a freebsd question, but it is. Has anyone successfully > compiled postgres95 1.0 on freebsd stable? I'm afraid i'm not getting > very far and my programming skills are a little weak for this one. Yes, with a few makefile tweaks it works fine. I just put the two relevant makefiles on ftp://fieber-john.campusview.indiana.edu/pub. Note: I have it setup to be linked with gnumalloc because without it, postgres sucked up all my swap (64MB) when generating an rtree index on a large (310,000 tuples) table. With gnumalloc it did just fine. I expect it would work fine with phkmalloc (which I'm using in my libc now) but I have not tried it. And whatever you do, don't run postgres as root! -john == jfieber@indiana.edu =========================================== == http://fieber-john.campusview.indiana.edu/~jfieber ============
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960211211625.6483D-100000>