Fix some thinkos with pg_receivewal --compression-method
authorMichael Paquier <michael@paquier.xyz>
Thu, 4 Nov 2021 03:32:37 +0000 (12:32 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 4 Nov 2021 03:32:37 +0000 (12:32 +0900)
commit9588622945754305836555273a6a3be814db315c
tree44551c1b87b4ad345895bbcb4424160fabfb62d9
parentd62bcc8b07f921bad105c7a826702c117ea7be58
Fix some thinkos with pg_receivewal --compression-method

The option name was incorrect in one of the error messages, and the
short option 'I' was used in the code but we did not intend things to be
this way.  While on it, fix the documentation to refer to a "method",
and not a "level.

Oversights in commit d62bcc8, that I have detected after more review of
the LZ4 patch for pg_receivewal.
doc/src/sgml/ref/pg_receivewal.sgml
src/bin/pg_basebackup/pg_receivewal.c