Fwd: Has anyone built pgbash-7.3 against postgreSQL-8.3?

From: "Darren Weber" <darren(dot)weber(dot)lists(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fwd: Has anyone built pgbash-7.3 against postgreSQL-8.3?
Date: 2008-10-01 22:54:08
Message-ID: b808b3510810011554n6c281d55hb8326aade565dbc2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

I put the email below on the general list, without response. I hope
it gets some response from the hackers list.

Thanks, Darren

---------- Forwarded message ----------
From: Darren Weber <darren(dot)weber(dot)lists(at)gmail(dot)com>
Date: Tue, Sep 30, 2008 at 6:10 PM
Subject: Has anyone built pgbash-7.3 against postgreSQL-8.3?
To: pgsql-general(at)postgresql(dot)org
Cc: sakaida(at)psn(dot)co(dot)jp

I'm curious about pgbash. I've taken a look at the website here:
http://www.psn.co.jp/PostgreSQL/pgbash/index-e.html

According to the history on the main home page, the pgbash package was
last updated in 2003, ie:
2003.02.11 : pgbash-7.3 released (for PostgreSQL-7.3 and bash-2.05a).

I've made a start to build that package against postgresql-8.3 (on
macports). The build failed with:

cc -O2 -I/opt/local/include/postgresql83 -c exec_sql_main.c
exec_sql_main.c:130: error: static declaration of 'sqlca' follows
non-static declaration
sqlca.h:44: error: previous declaration of 'sqlca' was here
make[1]: *** [exec_sql_main.o] Error 1
make: *** [../exec_sql/exec_sql_init.o] Error 1

It would be nice to debug this, if anyone can help?

I wonder about the general status of pgbash among the postgres
community - is it useful and is it still used? Perhaps something else
replaced it and the development work stopped in 2003 in favor of
something else?

Thanks, Darren

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Harvey, Allan AC 2008-10-01 23:32:15 Re: inserting only new rows from csv file
Previous Message Ivan Sergio Borgonovo 2008-10-01 22:03:45 Re: "object references" and renaming was: Why Does UPDATE Take So Long?

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-10-01 23:05:29 Re: Block-level CRC checks
Previous Message Peter Eisentraut 2008-10-01 22:38:57 pgsql: Allow pg_regress to be run outside the build tree.