Re: MultiXactId wraparound and last aggressive vacuum time

2021-04-06 Thread Michael Schanne
After a closer reading of the documentation, it appears the database should stop accepting new transactions before a wraparound would ever occur. If so, then the only possible explanations for this multixactid wraparound error would be data corruption, or a bug in postgresql. The exact version I'

MultiXactId wraparound and last aggressive vacuum time

2021-03-23 Thread Michael Schanne
Hi, My application is getting the following exception: InternalError: (psycopg2.InternalError) MultiXactId 808263738 has not been created yet -- apparent wraparound I read over https://www.postgresql.org/docs/9.6/routine-vacuuming.html#VACUUM-FOR-MULTIXACT-WRAPAROUND and I suspect the issue was