Re: [JDBC] JDBC connections to 9.1 - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [JDBC] JDBC connections to 9.1
Date
Msg-id 4DAC686C.1040207@dunslane.net
Whole thread Raw
In response to Re: [JDBC] JDBC connections to 9.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [JDBC] JDBC connections to 9.1  (Mike Fowler <mike@mlfowler.com>)
List 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

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: WIP: Allow SQL-language functions to reference parameters by parameter name
Next
From: Jesper Krogh
Date:
Subject: Re: Evaluation of secondary sort key.