From 0922727410313e37c1ffaad4f6fbf90f9990923b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 19 Sep 2023 15:54:37 +0200 Subject: [PATCH v2 1/7] pg_resetwal: Update an obsolete comment --- src/bin/pg_resetwal/pg_resetwal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/pg_resetwal/pg_resetwal.c b/src/bin/pg_resetwal/pg_resetwal.c index 25ecdaaa15..b7885e34f3 100644 --- a/src/bin/pg_resetwal/pg_resetwal.c +++ b/src/bin/pg_resetwal/pg_resetwal.c @@ -6,8 +6,7 @@ * * The theory of operation is fairly simple: * 1. Read the existing pg_control (which will include the last - * checkpoint record). If it is an old format then update to - * current format. + * checkpoint record). * 2. If pg_control is corrupt, attempt to intuit reasonable values, * by scanning the old xlog if necessary. * 3. Modify pg_control to reflect a "shutdown" state with a checkpoint base-commit: bf094372d14bf00f1c04f70f6ec5790f8b2c8801 -- 2.42.0