Re: [JDBC] JDBC connections to 9.1

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Mike Fowler <mike@mlfowler.com>, Bernd Helmle <mailings@oopsware.de>, Steve Singer <ssinger@ca.afilias.info>, PostgreSQL-development Hackers <pgsql-hackers@postgresql.org>, pgsql-jdbc@postgresql.org
Date: 2011-04-18T16:35:56Z
Lists: pgsql-hackers

On 04/18/2011 11:25 AM, Tom Lane wrote:
>
>> What concerns me  most is that (assuming my dates are right) the JDBC driver has been
>> broken for 11 days and no one noticed. This would lead me to believe
>> that there is no JDBC build server. What would it take to set one up?
> +1 for doing something along that line.
>
> 			

All you'd need to do is write a step for a buildfarm animal to fetch the 
JDBC driver and run some tests, and run it in a buildfarm client 
somewhere. The server code is quite agnostic about the steps that are 
reported on.

IOW in addition to a running buildfarm member you need to write a small 
amount (< 100 lines, possibly much less) of perl code.

cheers

andrew