Has anyone built pgbash-7.3 against postgreSQL-8.3?

Started by Darren Weberover 17 years ago4 messages
#1Darren Weber
darren.weber.lists@gmail.com

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

#2Darren Weber
darren.weber.lists@gmail.com
In reply to: Darren Weber (#1)
Fwd: Has anyone built pgbash-7.3 against postgreSQL-8.3?

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.weber.lists@gmail.com>
Date: Tue, Sep 30, 2008 at 6:10 PM
Subject: Has anyone built pgbash-7.3 against postgreSQL-8.3?
To: pgsql-general@postgresql.org
Cc: sakaida@psn.co.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

#3Gurjeet Singh
singh.gurjeet@gmail.com
In reply to: Darren Weber (#2)
Re: Fwd: Has anyone built pgbash-7.3 against postgreSQL-8.3?

I think the -hackers subscribers list is a subset of -general subscribers;
so this wasn't necessary.

Any hackers out there who is not on general list?

On Thu, Oct 2, 2008 at 4:24 AM, Darren Weber
<darren.weber.lists@gmail.com>wrote:

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.weber.lists@gmail.com>
Date: Tue, Sep 30, 2008 at 6:10 PM
Subject: Has anyone built pgbash-7.3 against postgreSQL-8.3?
To: pgsql-general@postgresql.org
Cc: sakaida@psn.co.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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

--
gurjeet[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | indiatimes | yahoo }.com

EnterpriseDB http://www.enterprisedb.com

Mail sent from my BlackLaptop device

#4Andrew Dunstan
andrew@dunslane.net
In reply to: Gurjeet Singh (#3)
Re: Fwd: Has anyone built pgbash-7.3 against postgreSQL-8.3?

Gurjeet Singh wrote:

I think the -hackers subscribers list is a subset of -general
subscribers; so this wasn't necessary.

Not so. I don't have time to read -general, and I am not subscribed.

cheers

andrew