Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.

Robert Haas <rhaas@postgresql.org>

Commit: af2543e884db06c0beb75010218cd88680203b86
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-03-04T16:08:18Z
Releases: 9.4.0
Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.

pg_class is a special case for CLUSTER and VACUUM FULL, so although
commit 3cff1879f8d03cb729368722ca823a4bf74c0cac caused these
operations to advance relfrozenxid and relminmxid for all other
tables, it did not provide the same benefit for pg_class.  This
plugs that gap.

Andres Freund

Files

PathChange+/−
src/backend/commands/cluster.c modified +36 −1