From b112265294d712ef55b8a18839b5f78de7cedd63 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Wed, 29 Dec 2021 13:00:00 -0600 Subject: [PATCH 07/33] pg_resetxlog: see 74cf7d46a and 71e74a2f5 --- doc/src/sgml/ref/pg_resetwal.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/pg_resetwal.sgml b/doc/src/sgml/ref/pg_resetwal.sgml index 3e4882cdc65..673f56e2935 100644 --- a/doc/src/sgml/ref/pg_resetwal.sgml +++ b/doc/src/sgml/ref/pg_resetwal.sgml @@ -311,7 +311,7 @@ PostgreSQL documentation and then multiplying by 1048576 (0x100000). Note that the file names are in hexadecimal. It is usually easiest to specify the option value in hexadecimal too. For example, if 0007 is the smallest entry - in pg_xact, -u 0x700000 will work (five + in pg_xact, then -u 0x700000 will work (five trailing zeroes provide the proper multiplier). @@ -332,7 +332,7 @@ PostgreSQL documentation and then multiplying by 1048576 (0x100000). Note that the file names are in hexadecimal. It is usually easiest to specify the option value in hexadecimal too. For example, if 0011 is the largest entry - in pg_xact, -x 0x1200000 will work (five + in pg_xact, then -x 0x1200000 will work (five trailing zeroes provide the proper multiplier). -- 2.17.1