Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf4ed12

Browse files
committed
doc: Mention environment variable ZSTD in the TAP tests for MSVC
6c417bb has added the build infrastructure to support ZSTD, but forgotto update this section of the docs to mention the variable ZSTD, as perthe change done in vcregress.pl.While on it, reword this section of the docs to describe what happens inthe default case, as per a suggestion from Robert Haas.Discussion:https://postgr.es/m/YhCL0fKnDv/Zvtuo@paquier.xyz
1 parentfbabdf8 commitbf4ed12

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

‎doc/src/sgml/install-windows.sgml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -534,27 +534,36 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl'
534534
<varlistentry>
535535
<term><varname>GZIP_PROGRAM</varname></term>
536536
<listitem><para>
537-
Path to a <application>gzip</application> command. The default is
538-
<literal>gzip</literal>,that would be thecommandfound in
539-
<varname>PATH</varname>.
537+
Path to a <application>gzip</application> command. The default is
538+
<literal>gzip</literal>,which will search for acommandby that
539+
name in the configured <envar>PATH</envar>.
540540
</para></listitem>
541541
</varlistentry>
542542

543543
<varlistentry>
544544
<term><varname>LZ4</varname></term>
545545
<listitem><para>
546546
Path to a <application>lz4</application> command. The default is
547-
<literal>lz4</literal>,that would be thecommandfound in
548-
<varname>PATH</varname>.
547+
<literal>lz4</literal>,which will search for acommandby that
548+
name in the configured <envar>PATH</envar>.
549549
</para></listitem>
550550
</varlistentry>
551551

552552
<varlistentry>
553553
<term><varname>TAR</varname></term>
554554
<listitem><para>
555555
Path to a <application>tar</application> command. The default is
556-
<literal>tar</literal>, that would be the command found in
557-
<varname>PATH</varname>.
556+
<literal>tar</literal>, which will search for a command by that
557+
name in the configured <envar>PATH</envar>.
558+
</para></listitem>
559+
</varlistentry>
560+
561+
<varlistentry>
562+
<term><varname>ZSTD</varname></term>
563+
<listitem><para>
564+
Path to a <application>zstd</application> command. The default is
565+
<literal>zstd</literal>, which will search for a command by that
566+
name in the configured <envar>PATH</envar>.
558567
</para></listitem>
559568
</varlistentry>
560569
</variablelist>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp