BUG #14716: Backup failed

From: shailesh(dot)h(dot)singh(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14716: Backup failed
Date: 2017-06-23 09:26:22
Message-ID: 20170623092622.17137.79193@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: 14716
Logged by: shailesh Singh
Email address: shailesh(dot)h(dot)singh(at)gmail(dot)com
PostgreSQL version: 9.5.3
Operating system: Windows 7
Description:

Hi,
Yesterday I have deleted 1 row from Tables now while the backup time it is
throwing error Message.

pg_dump: Dumping the contents of table "answeredquestions" failed:
PQgetResult() failed.
pg_dump: Error message from server: ERROR: MultiXactId 6170388 has not been
created yet -- apparent wraparound
pg_dump: The command was: COPY eb.answeredquestions (question_id,
submitted_time, purge, id, userexams_id) TO stdout;

Process returned exit code 1.

Browse pgsql-bugs by date

  From Date Subject
Next Message Josef Machytka 2017-06-23 09:26:41 Re: BUG #14714: long running sessions from remote instance seems to hang some times
Previous Message Clive Evans 2017-06-23 08:59:32 Re: BUG #14715: Constraint exclusion isn't used in function using language sql