doc: Mention environment variable ZSTD in the TAP tests for MSVC
authorMichael Paquier
Mon, 21 Feb 2022 00:55:55 +0000 (09:55 +0900)
committerMichael Paquier
Mon, 21 Feb 2022 00:55:55 +0000 (09:55 +0900)
6c417bb has added the build infrastructure to support ZSTD, but forgot
to update this section of the docs to mention the variable ZSTD, as per
the change done in vcregress.pl.

While on it, reword this section of the docs to describe what happens in
the default case, as per a suggestion from Robert Haas.

Discussion: https://postgr.es/m/YhCL0fKnDv/[email protected]

doc/src/sgml/install-windows.sgml

index 98fa6962f68fda6d2a75d10f33761fcb82ae8f52..43d05bde4ec03783c73d14b5a65d239bc42f9a89 100644 (file)
@@ -534,9 +534,9 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl'
     
      GZIP_PROGRAM
      
-       Path to a gzip command. The default is
-       gzip, that would be the command found in
-      PATH>.
+      Path to a gzip command. The default is
+      gzip, which will search for a command by that
+      name in the configured PATH>.
      
     
 
@@ -544,8 +544,8 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl'
      LZ4
      
       Path to a lz4 command. The default is
-      lz4that would be the command found in
-      PATH>.
+      lz4which will search for a command by that
+      name in the configured PATH>.
      
     
 
@@ -553,8 +553,17 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl'
      TAR
      
       Path to a tar command. The default is
-      tar, that would be the command found in
-      PATH.
+      tar, which will search for a command by that
+      name in the configured PATH.
+     
+    
+
+    
+     ZSTD
+     
+      Path to a zstd command. The default is
+      zstd, which will search for a command by that
+      name in the configured PATH.