diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml
index 768024c4911..9118f05bf26 100644
--- a/doc/src/sgml/ref/pg_rewind.sgml
+++ b/doc/src/sgml/ref/pg_rewind.sgml
@@ -335,15 +335,6 @@ GRANT EXECUTE ON function pg_catalog.pg_read_binary_file(text, bigint, bigint, b
-
- When executing pg_rewind using an online
- cluster as source which has been recently promoted, it is necessary
- to execute a CHECKPOINT after promotion such that its
- control file reflects up-to-date timeline information, which is used by
- pg_rewind to check if the target cluster
- can be rewound using the designated source cluster.
-
-
How It Works