Re: [BUGS] BUG #6624: Tab completion of identifier containing single backslash triggers warnings

2012-05-10 Thread Tom Lane
Robert Haas writes: > On Wed, May 2, 2012 at 6:29 PM, Tom Lane wrote: >> The only way we could suppress such warnings would be if we made >> tab-complete.c use E'' strings for literals containing name prefixes; >> which is perhaps doable but it would mean having tab-complete.c roll >> its own str

Re: [BUGS] BUG #6636: Variadic function fails with array type domain

2012-05-10 Thread Tom Lane
l...@creditlink.com writes: > 2. The following functions on 9.0.4 but fails on 9.1.3. (Discovered during a > dump/restore for upgrade). > 3. Code: > creditlink=# create domain foo as bigint[]; > CREATE DOMAIN > creditlink=# create function foobar(variadic foo) as $$ select true $$ > language sql;

[BUGS] BUG #6636: Variadic function fails with array type domain

2012-05-10 Thread lynn
The following bug has been logged on the website: Bug reference: 6636 Logged by: Lynn Dobbs Email address: l...@creditlink.com PostgreSQL version: 9.1.3 Operating system: Linux Description: 1. postgresql built from src. 2. The following functions on 9.0.4 but fails on

Re: [BUGS] in hot standby database execute select * from pg_class indicate error

2012-05-10 Thread Simon Riggs
On 10 May 2012 06:41, leo xu wrote: > hello: >   i execute any operation in hot standby database,it indicates that index > pg_class_relname_nsp_index contains unexpected zero page at block 0,please > reindex it.but hot standby server ,it only allow read,not write, >  i connect to primary server,i

[BUGS] in hot standby database execute select * from pg_class indicate error

2012-05-10 Thread leo xu
hello: i execute any operation in hot standby database,it indicates that index pg_class_relname_nsp_index contains unexpected zero page at block 0,please reindex it.but hot standby server ,it only allow read,not write, i connect to primary server,i can execute any operation. standby connects