[BUGS] ftp server symlink

2008-10-18 Thread hubert depesz lubaczewski
there is a typo on postgresql ftp server: => lftp ftp.postgresql.org lftp ftp.postgresql.org:~> cd pub cd ok, cwd=/pub lftp ftp.postgresql.org:/pub> ls -l -rw-rw-r--1 258 70 1719 Dec 10 2007 README -rw-rw-r--1 258 70 1552 Feb 09 2008 README.dist-split drwxrw

Re: [BUGS] Deadlock condition in driver

2008-10-18 Thread Kris Jurka
On Wed, 21 May 2008, Kris Jurka wrote: On Wed, 21 May 2008, Daniel Migowski wrote: I came across a deadlock condition in the JDBC driver that rises when very large queries, containing thousends of statements are send to the server with statement.execute(). We already consider this case fo