diff options
author | Bruce Momjian <bruce@momjian.us> | 2021-07-26 22:38:14 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2021-07-26 22:38:14 -0400 |
commit | 7626e9f2be7d0fc9b20936910831b900b555728b (patch) | |
tree | 52a5e410f530ef0862cf0c05cd6663bafab497f2 /src/backend/utils/adt/tsquery_op.c | |
parent | c4ef3b81b85434b3d2eac8d0cca3a0078898266a (diff) | |
download | postgresql-7626e9f2be7d0fc9b20936910831b900b555728b.tar.gz postgresql-7626e9f2be7d0fc9b20936910831b900b555728b.zip |
pg_resetxlog: add option to set oldest xid & use by pg_upgrade
Add pg_resetxlog -u option to set the oldest xid in pg_control.
Previously -x set this value be -2 billion less than the -x value.
However, this causes the server to immediately scan all relation's
relfrozenxid so it can advance pg_control's oldest xid to be inside the
autovacuum_freeze_max_age range, which is inefficient and might disrupt
diagnostic recovery. pg_upgrade will use this option to better create
the new cluster to match the old cluster.
Reported-by: Jason Harvey, Floris Van Nee
Discussion: https://postgr.es/m/20190615183759.GB239428@rfd.leadboat.com, 87da83168c644fd9aae38f546cc70295@opammb0562.comp.optiver.com
Author: Bertrand Drouvot
Backpatch-through: 9.6
Diffstat (limited to 'src/backend/utils/adt/tsquery_op.c')
0 files changed, 0 insertions, 0 deletions