[BUGS] BUG #6462: rpmbuild fails during regression tests on SMP ARM machines

2012-02-17 Thread mark . langsdorf
The following bug has been logged on the website: Bug reference: 6462 Logged by: Mark Langsdorf Email address: mark.langsd...@calxeda.com PostgreSQL version: 9.0.6 Operating system: Fedora fc15 Description: I'm trying to build 9.0.6 for Fedora 15 on an ARM (Cortex A9)

Re: [BUGS] BUG #6460: routine my_log2 use incorrect data type ?

2012-02-17 Thread Tom Lane
zoulx1...@163.com writes: > I startup postgres in win server 2008 64-bit with > shared_buffers=1073741819, but find it doesn't work. Well, that's hardly the fault of my_log2. What you should have gotten is FATAL: requested shared memory size overflows size_t and I do get that when I try that

Re: [BUGS] BUG #6461: "-t" deletes primary key

2012-02-17 Thread Tom Lane
lenka.piy...@gmail.com writes: > when i restore a particular table using pg_restore (using option "-t") it > doesn't restore my primary key... This is not a bug. -t selects the table only, not associated indexes. regards, tom lane -- Sent via pgsql-bugs mailing list (p

[BUGS] BUG #6461: "-t" deletes primary key

2012-02-17 Thread lenka . piyush
The following bug has been logged on the website: Bug reference: 6461 Logged by: Piyush Email address: lenka.piy...@gmail.com PostgreSQL version: 9.1.2 Operating system: Windows XP Description: when i restore a particular table using pg_restore (using option "-t") it

[BUGS] BUG #6460: routine my_log2 use incorrect data type ?

2012-02-17 Thread zoulx1982
The following bug has been logged on the website: Bug reference: 6460 Logged by: lxzou Email address: zoulx1...@163.com PostgreSQL version: 9.1.2 Operating system: Windows Server 2008 64 bit Description: Hi, I startup postgres in win server 2008 64-bit with shared_bu