pg_resetwal is unable to determine appropriate values
by reading pg_control. Safe values can be determined as
described below. For values that take numeric arguments, hexadecimal
- values can be specified by using the prefix 0x.
+ values can be specified by using the prefix 0x. Note
+ that these instructions only apply with the standard block size of 8 kB.
greatest file name in the same directory. The file names are in
hexadecimal.
+
names are in hexadecimal, so the easiest way to do this is to specify
the option value in hexadecimal and append four zeroes.
+
The file names are in hexadecimal. There is no simple recipe such as
the ones for other options of appending zeroes.
+
in pg_xact, -u 0x700000 will work (five
trailing zeroes provide the proper multiplier).
+
in pg_xact, -x 0x1200000 will work (five
trailing zeroes provide the proper multiplier).
+