Re: Which version?

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Sasha Pachev <sasha(at)mysql(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Which version?
Date: 2001-01-27 02:04:51
Message-ID: Pine.BSF.4.31.0101262204120.25644-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Need more information ... specifically what OS are you running? I *just*
built PgSQL 7.0.3 on my freshly installed FreeBSD 4.2-RELEASE box, and it
compiled cleanly ...

On Fri, 26 Jan 2001, Sasha Pachev wrote:

> Hello, guys:
>
> I am working on adding Postgre support to our multi-threaded benchmarking
> tool, which currenlty only support MySQL, and was wondering which version of
> pg you would recommend that I use for benchmarks, as well as any special
> performance considerations for pg-sql I need to be aware of while doing tests.
>
> The most obvious solution - the 7.0.3 source tarball from the downloads
> section on the website did not work because of undefined F_OIDEQ in istrat.c,
> and I greped and greped around the source trying to find some insights on it.
> My understanding is that F_OIDEQ is a constant that tells the key reading
> code how to read a key, or what kind of key it is. Unfortunately, it seems
> like the file that defines the constant disappeared from the distribution, or
> possibly did not get generated by configure if it was supposed to be
> generated. For a while, I thought it could be some mysterious fcntl() option
> I had never heard of, but looking at the code it appears otherwise :-)
>
> Anyway, I would appreciate your feedback.
>
> --
> MySQL Development Team
> __ ___ ___ ____ __
> / |/ /_ __/ __/ __ \/ / Sasha Pachev <sasha(at)mysql(dot)com>
> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.com/
> /_/ /_/\_, /___/\___\_\___/ Provo, Utah, USA
> <___/
>

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sasha Pachev 2001-01-27 03:21:20 Re: Which version?
Previous Message Philip Warner 2001-01-27 01:35:41 Re: pg_dump -c database problem