From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | molofeev3(at)gmail(dot)com |
Subject: | BUG #15142: ERROR: MultiXactId nnnnn has not been created yet -- apparent wraparound in v9.5 |
Date: | 2018-04-03 11:42:55 |
Message-ID: | 152275577583.1439.6494095026097717144@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: 15142
Logged by: Александр Молофеев
Email address: molofeev3(at)gmail(dot)com
PostgreSQL version: 9.5.12
Operating system: Ubuntu 16.04
Description:
My version of software: PostgreSQL 9.5.12 on x86_64-pc-linux-gnu, compiled
by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609, 64-bit
When I run updating a table(table size ~100Gb) I got an error.
For example, vacuum analyze command output:
ERROR: MultiXactId 7629921 has not been created yet -- apparent
wraparound
Autovacuum is on.
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2018-04-03 13:02:45 | Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet -- apparent wraparound in v9.5 |
Previous Message | Rémi Aubel | 2018-04-03 11:19:47 | Re: BUG: Unable to bind a null value typed as a UUID in a PreparedStatement |