BUG #12909: pg_dump error

From: dreamsxin(at)qq(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12909: pg_dump error
Date: 2015-03-27 08:51:50
Message-ID: 20150327085150.2490.7393@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12909
Logged by: dreamsxin
Email address: dreamsxin(at)qq(dot)com
PostgreSQL version: 9.4.1
Operating system: Ubuntu 12.04
Description:

pg_dump output:

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pet.slavov 2015-03-27 09:47:57 BUG #12910: Memory leak with logical decoding
Previous Message rward 2015-03-27 04:52:55 BUG #12908: tstzrange constructor fails when used in WHERE clause