Re: pg_upgrade and materialized views
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: pgsql-bugs@lists.postgresql.org,Tom Lane <tgl@sss.pgh.pa.us>,Claudio
Freire <klaussfreire@gmail.com>
Cc: pgsql-bugs@postgresql.org
Date: 2018-02-21T00:06:25Z
Lists: pgsql-bugs
On February 20, 2018 3:44:47 PM PST, Tom Lane <tgl@sss.pgh.pa.us> wrote: >Anyway, I'm thinking the core of the problem here is that we've got >multiple places that know which relkinds are physically transferred >during a pg_upgrade, and they don't all know the same thing. We >need to centralize that knowledge somehow, or we're going to be >singing this same tune again in the future. Not quite sure where >to put it though. pg_dump and pg_upgrade both need to know that, >but the backend doesn't, so I don't quite want to add it in >pg_class.h where the core list of relkinds is. Why do we need any relkind checks here at all? Shouldn't we just transport all xid horizons that are set before into the new cluster without filtering? And update all preexisting objects that have an xid set to the new the old cluster's nextxid? Andres -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
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