Re: 8.4b2 tsearch2 strange error

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: Kevin(dot)Grittner(at)wicourts(dot)gov, pgsql-hackers(at)postgresql(dot)org, oleg(at)sai(dot)msu(dot)su, teodor(at)sigaev(dot)ru
Subject: Re: 8.4b2 tsearch2 strange error
Date: 2009-06-05 12:18:55
Message-ID: 20090605.211855.128347556.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I poked around in the dump for awhile. I still can't reproduce the
> failure from a standing start. It looks to me like Tatsuo's database
> was possibly produced from separate schema and data load steps, followed
> by some update operations. It would be nice to have a full script for
> reproducing the state of the database.

Sorry, I don't have full SQL logs.

Here are DML used for the database:

INSERT INTO msginfo(file_size, file_mtime, msg_date, flags, hdr_from,
hdr_to, hdr_cc, hdr_newsgroups, hdr_subject,
hdr_msgid, hdr_inreplyto, hdr_references, body_text,
body_index)
VALUES(%u, E'%s', E'%s', %u, E'%s', E'%s', E'%s', E'%s', E'%s', E'%s',
E'%s', E'%s', E'%s', to_tsvector(E'%s'))

DELETE FROM msginfo WHERE msg_sid = %lu

DELETE FROM msginfo WHERE msg_sid IN
(SELECT msg_sid FROM msginfo EXCEPT SELECT msg_sid FROM msg_folderinfo)

So no exotic things appear...
--
Tatsuo Ishii
SRA OSS, Inc. Japan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-06-05 12:19:16 Re: It's June 1; do you know where your release is?
Previous Message Dickson S. Guedes 2009-06-05 12:17:22 Re: Synchronous replication: status of standby side