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
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
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
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
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