Re: pg_upgrade and materialized views
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Claudio Freire <klaussfreire@gmail.com>
Cc: pgsql-bugs@postgresql.org
Date: 2018-02-20T21:26:59Z
Lists: pgsql-bugs
Claudio Freire wrote: > In the upgraded server, vacuum complained with: > > INFO: vacuuming "public.user_agents_canonical_user_agent_os" > vacuumdb: vacuuming of database "mat" failed: ERROR: found xmin > 244738497 from before relfrozenxid 245830003 Wow, these checks were just added shortly before the minors released a couple of weeks ago, and they've already found one genuine bug! Nice. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Repair pg_upgrade's failure to preserve relfrozenxid for matviews.
- d3b0a23a2093 9.3.22 landed
- 9936f149952b 9.5.12 landed
- 66e203c851ab 9.6.8 landed
- 5ab5d21aaa0e 10.3 landed
- 38b41f182a66 11.0 landed
- 2d12c559335e 9.4.17 landed