RE: [HACKERS] CVS, Java etc

Поиск
Список
Период
Сортировка
От Peter Mount
Тема RE: [HACKERS] CVS, Java etc
Дата
Msg-id 1B3D5E532D18D311861A00600865478CA051@exchange1.nt.maidstone.gov.uk
обсуждение исходный текст
Список pgsql-hackers
There were a couple of typos that somehow crept in. I fixed them in cvs
just after 6.5 was released.

[snip]


javac postgresql/Driver.java
postgresql/Driver.java:107: Identifier expected.   } catch(PSQLException(ex1) {                             ^

This should read:   } catch(PSQLException ex1) {

postgresql/Driver.java:111: 'catch' without 'try'.   } catch(Exception ex2) {     ^

You need to add another catch before that line:
} catch(PSQLException pex) {  throw pex;} catch(Exception ex2) {

CVS has got these fixes in there, so as soon as you get it working
again, it should be ok.

Peter

-- 
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Clark Evans
Дата:
Сообщение: Re: [HACKERS] Fwd: Joins and links
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Fwd: Joins and links