Re: [BUGS] BUG #3801: max_fsm_pages postgresql.conf default != guc.c default

2007-12-07 Thread Reece Hart
On Thu, 2007-12-06 at 21:40 -0500, Kris Jurka wrote: > Yes, the commented out values are the defaults, but after initdb > max_fsm_pages is not commented out, which is why I'm suggesting you > or > some other admin modified your file. Try this test: Kris- You're completely right, of course, a

Re: [BUGS] BUG #3808: Connections stays open in state CLOSE_WAIT

2007-12-07 Thread Dave Page
Alvaro Herrera wrote: Daniel Migowski wrote: I noticed the changelog of version 8.1.10 (Magnus: Windows Socket Improvements). Will they fix this bug? Upgrade and tell us. We don't put out bugfix releases just for the sake of wasting bandwidth. If you're not running the latest version from yo

Re: [BUGS] BUG #3808: Connections stays open in state CLOSE_WAIT

2007-12-07 Thread Alvaro Herrera
Daniel Migowski wrote: > I noticed the changelog of version 8.1.10 (Magnus: Windows Socket > Improvements). Will they fix this bug? Upgrade and tell us. We don't put out bugfix releases just for the sake of wasting bandwidth. If you're not running the latest version from your stable branch, IMHO

[BUGS] BUG #3808: Connections stays open in state CLOSE_WAIT

2007-12-07 Thread Daniel Migowski
The following bug has been logged online: Bug reference: 3808 Logged by: Daniel Migowski Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Windows Server 2003 Description:Connections stays open in state CLOSE_WAIT Details: Hello dear bug r

Re: [BUGS] BUG #3806: PreparedStatement.setString(String) throws exception

2007-12-07 Thread Simon Riggs
On Thu, 2007-12-06 at 23:21 +, Ted Wen wrote: > sql = "select * from uuidtab where id=?"; > PreparedStatement ps = conn.prepareStatement(sql); > ps.setString(1, "8555b4c4-5b3d-41ab-9f0f-c71120a583b1"); > ResultSet rs = ps.executeQuery(); > if (rs.next()) { > System.out.println(rs.getString(1