[BUGS] BUG #4962: Pre-existing shared memory block is still in use

2009-08-04 Thread Carlos Alonso
The following bug has been logged online: Bug reference: 4962 Logged by: Carlos Alonso Email address: calo...@ictel.com PostgreSQL version: 8.3.6 Operating system: Windows XP Home Edition Version 2002 Service Pack 3 Description:Pre-existing shared memory block is stil

Re: [BUGS] BUG #4962: Pre-existing shared memory block is still in use

2009-08-04 Thread Magnus Hagander
On Tue, Aug 4, 2009 at 12:49, Carlos Alonso wrote: > > The following bug has been logged online: > > Bug reference:      4962 > Logged by:          Carlos Alonso > Email address:      calo...@ictel.com > PostgreSQL version: 8.3.6 > Operating system:   Windows XP Home Edition Version 2002 Service Pa

Re: [BUGS] BUG #4961: pg_standby.exe crashes with no args

2009-08-04 Thread wader2
thx, Does pg_standby (e.g., pg_standby.exe --version) succeed when you --version and --help are no problem. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #4958: Stats collector hung on WaitForMultipleObjectsEx while attempting to recv a datagram

2009-08-04 Thread Luke Koops
There was no firewall in place, or more correctly the Windows Firewall is configured to be off. There is no other firewall installed on the system. To get to this point in the code, the return value from WSARecv() was WSAEWOULDBLOCK. The socket is set for overlapped IO and is a datagram socket

[BUGS] BUG #4963: Selecting timestamp without timezone at timezone gives wrong output

2009-08-04 Thread William Crawford
The following bug has been logged online: Bug reference: 4963 Logged by: William Crawford Email address: will...@ezyield.com PostgreSQL version: 8.3.7 Operating system: Gentoo Description:Selecting timestamp without timezone at timezone gives wrong output Details: s

Re: [BUGS] BUG #4963: Selecting timestamp without timezone at timezone gives wrong output

2009-08-04 Thread Kevin Grittner
"William Crawford" wrote: > set time zone 'US/Eastern'; > select > timestamp '2009-01-01', > timestamp '2009-01-01' at time zone 'US/Pacific' >as withouttimezone, > timestamp with time zone '2009-01-01' at time zone 'US/Pacific' >

Re: [BUGS] BUG #4963: Selecting timestamp without timezone at timezone gives wrong output

2009-08-04 Thread Kevin Grittner
"Kevin Grittner" wrote: > The withouttimezone column sees the literal in your local time and s/withouttimezone/withtimezone/ -Kevin -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs