Re: [ADMIN] Problem with PITR Past Particular WAL File

2007-10-29 Thread Teodor Sigaev
de to help track down the bug. We will be keeping this base backup and WAL files around so that we can use them for testing. -- Teodor Sigaev E-mail: [EMAIL PROTECTED] WWW: http://www.siga

Re: [ADMIN] Problem with PITR Past Particular WAL File

2007-10-26 Thread Teodor Sigaev
gnostic is: FATAL: failed to add item to index page in 1663/10819/16460 CONTEXT: xlog redo Insert item, node: 1663/10819/16460 blkno: 514 offset: 78 nitem: 1 isdata: F isleaf F isdelete F updateBlkno:1551 Now I'm working on fixing it. -- Teodor Sigaev

Re: [ADMIN] Problem with PITR Past Particular WAL File

2007-10-25 Thread Teodor Sigaev
getattr() and GinFormTuple() - now I know how make a test suite. -- Teodor Sigaev E-mail: [EMAIL PROTECTED] WWW: http://www.sigaev.ru/ ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [ADMIN] Full textsearch & gist (fwd)

2003-12-09 Thread Teodor Sigaev
search v2 has stat function: select * from stat('select TSVECTOR from TABLE') order by ndoc desc, nentry desc, word; Where TSVECTOR is name of column of tsvector type and TABLE is a table with that column. Warn: it works very slow. -- Teodor Sigaev