8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d1c8c commit 499ae5fCopy full SHA for 499ae5f
src/bin/pg_upgrade/IMPLEMENTATION
@@ -71,8 +71,8 @@ performs a number of bookkeeping tasks required to 'sync up' the new
71
cluster with the existing data.
72
73
First, pg_upgrade copies the commit status information and 'next
74
-transaction ID' from the old cluster to the new cluster. This is the
75
-steps ensures that the proper tuples are visible from the new cluster.
+transaction ID' from the old cluster to the new cluster. This step
+ensures that the proper tuples are visible from the new cluster.
76
Remember, pg_upgrade does not export/import the content of user-defined
77
tables so the transaction IDs in the new cluster must match the
78
transaction IDs in the old data. pg_upgrade also copies the starting
0 commit comments