Re: [BUGS] BUG #5735: pg_upgrade thinks that it did not start the old server

2010-10-30 Thread Arturas Mazeika
Hi Dave, Thanks for the info, this explains a lot. Yes, I am upgrading from the 32bit version to the 64bit one. We have pretty large databases (some over 1 trillion of rows, and some containing large documents in blobs.) Giving a bit more memory than 4GB limit to Postgres was what we were lo

Re: [BUGS] BUG #5736: 9.0.1 segmentation fault (sig11) during long-lived update

2010-10-30 Thread Tom Lane
"Henry" writes: > Before I run this again, what's the best way to proceed to get a core dump > so I can run a gdb backtrace to provide more info? Simply 'ulimit -c > 5242880' as user postgres and restart PG? I'd use "ulimit -c unlimited", myself, rather than making arbitrary assumptions about ho

Re: [BUGS] BUG #5732: parsing of: "WHERE mycol=123AND ..."

2010-10-30 Thread Greg Stark
On Sat, Oct 30, 2010 at 11:23 AM, Tom Lane wrote: > > Anybody want to try Oracle, DB2, etc? Oracle seems to behave like us: SQL> select * from (select 1 as x from dual) where 1=1and x=1; X -- 1 -- greg -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.or

[BUGS] BUG #5736: 9.0.1 segmentation fault (sig11) during long-lived update

2010-10-30 Thread Henry
The following bug has been logged online: Bug reference: 5736 Logged by: Henry Email address: he...@cityweb.co.za PostgreSQL version: 9.0.1 Operating system: Linux Description:9.0.1 segmentation fault (sig11) during long-lived update Details: Hi, I'm using PostgreS

Re: [BUGS] BUG #5732: parsing of: "WHERE mycol=123AND ..."

2010-10-30 Thread Gary Doades
MS SQL server 2008 has no problem with this: select * from client where CLIENT_ID = 12AND SNAME='Smith' Returns the expected row. PostgreSQL 9.0 has no problem with it either, again throwing no error and returning the expected result. Regards, Gary. On 30/10/2010 7:23 PM, Tom Lane wrote: G

Re: [BUGS] BUG #5732: parsing of: "WHERE mycol=123AND ..."

2010-10-30 Thread Tom Lane
Greg Stark writes: > On Thu, Oct 28, 2010 at 5:20 PM, Tom Lane wrote: >> I experimented a bit with mysql's behavior, and it seems that (at least >> in 5.1.51) what they do is treat "1and" or "2or" as if it were an >> identifier.  They're definitely not throwing an error, at least not on > I gues

Re: [BUGS] BUG #5732: parsing of: "WHERE mycol=123AND ..."

2010-10-30 Thread Greg Stark
On Thu, Oct 28, 2010 at 5:20 PM, Tom Lane wrote: > I experimented a bit with mysql's behavior, and it seems that (at least > in 5.1.51) what they do is treat "1and" or "2or" as if it were an > identifier.  They're definitely not throwing an error, at least not on > I guess the eleant question is

Re: [BUGS] BUG #5735: pg_upgrade thinks that it did not start the old server

2010-10-30 Thread Dave Page
On Sat, Oct 30, 2010 at 3:29 PM, Arturas Mazeika wrote: > > - > Checking old data directory (I:\PostgreSQL\8.3\data)        ok > Checking old bin directory (C:\Program Files (x86)\PostgreSQL\8.3\bin)ok > Checking new data directory (I:\PostgreSQL\9.0)             ok > C

[BUGS] BUG #5735: pg_upgrade thinks that it did not start the old server

2010-10-30 Thread Arturas Mazeika
The following bug has been logged online: Bug reference: 5735 Logged by: Arturas Mazeika Email address: maze...@gmail.com PostgreSQL version: 9.0 Operating system: Windows Server 2003 Description:pg_upgrade thinks that it did not start the old server Details: 1. I a

[BUGS] BUG #5733: Strange planer behaviour with inherited tables

2010-10-30 Thread Marcus Wirsing
The following bug has been logged online: Bug reference: 5733 Logged by: Marcus Wirsing Email address: m...@hesotech.de PostgreSQL version: 9.0.1 Operating system: Windows XP 32 Description:Strange planer behaviour with inherited tables Details: when I execute the f

Re: [BUGS] BUG #5734: autovacuum_enabled input should be validated, standardized.

2010-10-30 Thread Tom Lane
"Mark Stosberg" writes: > The "autovacuum_enabled" storage parameter claims to be a boolean type: > http://www.postgresql.org/docs/9.0/static/sql-createtable.html#SQL-CREATETAB > LE-STORAGE-PARAMETERS > ... but it fails to behave a normal boolean. The parsing is the same as every other boolean pa

[BUGS] BUG #5734: autovacuum_enabled input should be validated, standardized.

2010-10-30 Thread Mark Stosberg
The following bug has been logged online: Bug reference: 5734 Logged by: Mark Stosberg Email address: m...@summersault.com PostgreSQL version: 9.0.1 Operating system: FreeBSD Description:autovacuum_enabled input should be validated, standardized. Details: The "autov