From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | dreamsxin(at)qq(dot)com |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #12909: pg_dump error |
Date: | 2015-03-31 16:53:47 |
Message-ID: | 20522.1427820827@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
dreamsxin(at)qq(dot)com writes:
> pg_dump: [archiver (db)] query failed: server closed the connection
> unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> pg_dump: [archiver (db)] query was: SELECT
> ( SELECT alias FROM pg_catalog.ts_token_type('16392'::pg_catalog.oid) AS t
> WHERE t.tokid = m.maptokentype ) AS tokenname,
> m.mapdict::pg_catalog.regdictionary AS dictname
> FROM pg_catalog.pg_ts_config_map AS m
> WHERE m.mapcfg = '69497'
> ORDER BY m.mapcfg, m.maptokentype, m.mapseqno
There's not really enough information here to do more than speculate,
but it appears that you've got a broken text search configuration,
perhaps a buggy custom parser definition.
What do you get from "select oid, * from pg_ts_parser"?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2015-03-31 17:17:58 | Re: BUG #12908: tstzrange constructor fails when used in WHERE clause |
Previous Message | Bruce Momjian | 2015-03-31 15:39:39 | Re: BUG #12905: Same query produces different results in SQL |