[PERFORM] pgbench written in Pro*C

2004-04-20 Thread Bruce Momjian
I received a copy of pgbench rewritten in Pro*C, which is similar to
embedded C.  I think it was done so the same program could be tested on
Oracle and PostgreSQL.

Are folks interested in this code?  Should it be put on gborg or in our
/contrib/pgbench?

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


Re: [PERFORM] pgbench written in Pro*C

2004-04-20 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes:
 I received a copy of pgbench rewritten in Pro*C, which is similar to
 embedded C.  I think it was done so the same program could be tested on
 Oracle and PostgreSQL.

 Are folks interested in this code?  Should it be put on gborg or in our
 /contrib/pgbench?

If it requires non-free tools even to build, it is of no value.

regards, tom lane

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [PERFORM] pgbench written in Pro*C

2004-04-20 Thread Bruce Momjian
Tom Lane wrote:
 Bruce Momjian [EMAIL PROTECTED] writes:
  I received a copy of pgbench rewritten in Pro*C, which is similar to
  embedded C.  I think it was done so the same program could be tested on
  Oracle and PostgreSQL.
 
  Are folks interested in this code?  Should it be put on gborg or in our
  /contrib/pgbench?
 
 If it requires non-free tools even to build, it is of no value.

OK, it's only value would be if we could modify it so it compiled using
our ecpg and Pro*C and the comparison program could be run on both
databases.

I will tell the submitter to put it on gborg if they wish.

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])