Skip to content

Commit 815fa90

Browse files
committed
by GitHub Actions [skip ci]
1 parent 45ae6f9 commit 815fa90

23 files changed

Lines changed: 437 additions & 627 deletions

current/html/admin.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

current/html/bookindex.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

current/html/catalog-pg-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
</span>
218218
テーブルの可視性マップ内で全て凍結とマークされているページ数。
219219
これは自動バキュームの起動タイミングを決定するために使用される単なる見積です。
220-
また、<code class="structfield">relallvisible</code>と一緒に使用して、手動でのバキュームのスケジューリングや<a class="link" href="runtime-config-vacuum.html#RUNTIME-CONFIG-VACUUM-FREEZING" title="19.10.4. Freezing">バキュームの凍結動作</a>のチューニングを行うこともできます。
220+
また、<code class="structfield">relallvisible</code>と一緒に使用して、手動でのバキュームのスケジューリングや<a class="link" href="runtime-config-vacuum.html#RUNTIME-CONFIG-VACUUM-FREEZING" title="19.10.4. 凍結処理">バキュームの凍結動作</a>のチューニングを行うこともできます。
221221
<a class="link" href="sql-vacuum.html" title="VACUUM"><code class="command">VACUUM</code></a><a class="link" href="sql-analyze.html" title="ANALYZE"><code class="command">ANALYZE</code></a>および<a class="link" href="sql-createindex.html" title="CREATE INDEX"><code class="command">CREATE INDEX</code></a>コマンドなどの一部のDDLコマンドで更新されます。
222222
</p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition">
223223
<code class="structfield">reltoastrelid</code> <code class="type">oid</code>

current/html/install-make.html

Lines changed: 14 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,9 @@
568568
The minimum required version of &lt;productname&gt;LLVM&lt;/productname&gt; is
569569
currently 14.
570570
</span>
571-
《マッチ度[83.214286]》<span class="productname">LLVM</span>に基づいた<acronym class="acronym">JIT</acronym>コンパイル(<a class="xref" href="jit.html" title="第30章 実行時コンパイル(JIT)">第30章</a>を参照)のサポートを有効にして構築します。
571+
<span class="productname">LLVM</span>に基づいた<acronym class="acronym">JIT</acronym>コンパイル(<a class="xref" href="jit.html" title="第30章 実行時コンパイル(JIT)">第30章</a>を参照)のサポートを有効にして構築します。
572572
これには、<span class="productname">LLVM</span>ライブラリがインストールされている必要があります。
573-
<span class="productname">LLVM</span>の要求される最小のバージョンは現在10です。
574-
《機械翻訳》<span class="productname">LLVM</span>ベースの<acronym class="acronym">JIT</acronym>コンパイル用のサポートを持つビルド(<a class="xref" href="jit.html" title="第30章 実行時コンパイル(JIT)">第30章</a>を参照)。
575-
これには<span class="productname">LLVM</span>ライブラリがインストールされている必要があります。
576-
<span class="productname">LLVM</span>の最小必要バージョンは現在14です。
573+
<span class="productname">LLVM</span>の要求される最小のバージョンは現在14です。
577574
</p><p>
578575
<span class="original">
579576
&lt;command&gt;llvm-config&lt;/command&gt;&lt;indexterm&gt;&lt;primary&gt;llvm-config&lt;/primary&gt;&lt;/indexterm&gt;
@@ -624,14 +621,10 @@
624621
&lt;productname&gt;OpenSSL&lt;/productname&gt; installation is sufficient
625622
before proceeding.
626623
</span>
627-
《マッチ度[68.269231]》<acronym class="acronym">SSL</acronym>(暗号化)接続のサポートを有効にして構築します。
628-
サポートされている唯一の<em class="replaceable"><code>LIBRARY</code></em><code class="option">openssl</code>です
624+
<acronym class="acronym">SSL</acronym>(暗号化)接続のサポートを有効にして構築します。
625+
サポートされている唯一の<em class="replaceable"><code>LIBRARY</code></em><code class="option">openssl</code>で、これは<span class="productname">OpenSSL</span><span class="productname">LibreSSL</span>の両方に使用されます
629626
これには、<span class="productname">OpenSSL</span>パッケージがインストールされている必要があります。
630627
<code class="filename">configure</code>は、処理を進める前に<span class="productname">OpenSSL</span>のインストールを確認するために、必要なヘッダファイルとライブラリを検査します。
631-
《機械翻訳》<acronym class="acronym">SSL</acronym>(暗号化された接続のためのサポートのあるビルド。
632-
サポートされている<em class="replaceable"><code>ライブラリ</code></em><code class="option">OpenSSL</code>のみで、<span class="productname">OpenSSL</span><span class="productname">LibreSSL</span>の両方に使用されます。
633-
これには<span class="productname">OpenSSL</span>パッケージがインストールされている必要があります。
634-
<code class="filename">configure</code>必要なヘッダファイルとライブラリのためにチェックはmakeに行き、<span class="productname">OpenSSL</span>インストールが前手続きとして十分であることを確認します。
635628
</p></dd><dt id="CONFIGURE-OPTION-WITH-OPENSSL"><span class="term"><code class="option">--with-openssl</code></span> <a href="#CONFIGURE-OPTION-WITH-OPENSSL" class="id_link">#</a></dt><dd><p>
636629
<span class="original">
637630
Obsolete equivalent of &lt;literal&gt;&amp;#45;-with-ssl=openssl&lt;/literal&gt;.
@@ -751,38 +744,35 @@
751744
and libraries to make sure that your &lt;productname&gt;curl&lt;/productname&gt;
752745
installation is sufficient before proceeding.
753746
</span>
754-
《機械翻訳》OAuth 2.0ビルドフロー用のlibcurlサポートを備えたクライアント。
755-
このバージョンにはlibcurl機能7.61.0以降が必要です。
756-
これを使用して構築すると、必要なヘッダファイルとライブラリがmakeにチェックされ、<span class="productname">curl</span>インストールで十分であることが確認されます。
757-
前を続行します。
747+
OAuth 2.0クライアントフロー用にlibcurlサポートを有効にして構築します。
748+
この機能にはlibcurlバージョン7.61.0以降が必要です。
749+
この設定で構築すると、必要なヘッダファイルとライブラリがチェックされ、<span class="productname">curl</span>のインストールが十分であるかどうかが確認されてから処理が続行されます。
758750
</p></dd><dt id="CONFIGURE-OPTION-WITH-LIBNUMA"><span class="term"><code class="option">--with-libnuma</code></span> <a href="#CONFIGURE-OPTION-WITH-LIBNUMA" class="id_link">#</a></dt><dd><p>
759751
<span class="original">
760752
Build with libnuma support for basic NUMA support.
761753
Only supported on platforms for which the &lt;productname&gt;libnuma&lt;/productname&gt;
762754
library is implemented.
763755
</span>
764-
《機械翻訳》ビルドと基本NUMAサポート。
765-
<span class="productname">libnuma</span>サポートが実装されているプラットフォームでのみサポートされます。
766-
ライブラリ
756+
基本NUMAサポート用にlibnumaサポートを有効にして構築します。
757+
<span class="productname">libnuma</span>ライブラリが実装されているプラットフォームでのみサポートされます。
767758
</p></dd><dt id="CONFIGURE-OPTION-WITH-LIBURING"><span class="term"><code class="option">--with-liburing</code></span> <a href="#CONFIGURE-OPTION-WITH-LIBURING" class="id_link">#</a></dt><dd><p>
768759
<span class="original">
769760
Build with liburing, enabling io_uring support for asynchronous I/O.
770761
</span>
771-
《機械翻訳》ビルドとliburing、サポート入出力のための非同期のio_uringを有効化
762+
liburingを使用して構築し、非同期I/O用にio_uringサポートを有効にします
772763
</p><p>
773764
<span class="original">
774765
To detect the required compiler and linker options, PostgreSQL will
775766
query &lt;command&gt;pkg-config&lt;/command&gt;.
776767
</span>
777-
《機械翻訳》必要なコンパイラとリンクオプションを検出するために、PostgreSQLは問い合わせ<code class="command">pkg-config</code>
768+
必要なコンパイラとリンカオプションを検出するために、PostgreSQLは<code class="command">pkg-config</code>に問い合わせます
778769
</p><p>
779770
<span class="original">
780771
To use a liburing installation that is in an unusual location, you
781772
can set &lt;command&gt;pkg-config&lt;/command&gt;-related environment
782773
variables (see its documentation).
783774
</span>
784-
《マッチ度[81.761006]》通常以外の場所にインストールしたlibxml2インストレーションを使用するためには、<code class="command">pkg-config</code>関連の環境変数を設定するか(そのドキュメントを参照してください)。
785-
《機械翻訳》通常とは異なる場所にあるインストールを使用するには、<code class="command">pkg-config</code>-関連の環境変数を設定します(文書を参照。
775+
通常以外の場所にインストールしたliburingインストレーションを使用するためには、<code class="command">pkg-config</code>関連の環境変数を設定します(そのドキュメントを参照してください)。
786776
</p></dd><dt id="CONFIGURE-OPTION-WITH-LIBXML"><span class="term"><code class="option">--with-libxml</code></span> <a href="#CONFIGURE-OPTION-WITH-LIBXML" class="id_link">#</a></dt><dd><p>
787777
<span class="original">
788778
Build with libxml2, enabling SQL/XML support. Libxml2 version 2.6.23 or
@@ -1449,17 +1439,11 @@
14491439
are added to the &lt;envar&gt;CFLAGS&lt;/envar&gt;, &lt;envar&gt;CXXFLAGS&lt;/envar&gt;, and &lt;envar&gt;LDFLAGS&lt;/envar&gt;
14501440
options set up by &lt;filename&gt;configure&lt;/filename&gt;. For example, you could do
14511441
</span>
1452-
《マッチ度[89.295775]》<code class="filename">configure</code>が選んだコンパイラフラグに対して、事後にフラグを追加することが有用な場合があります。
1442+
<code class="filename">configure</code>が選んだコンパイラフラグに対して、事後にフラグを追加することが有用な場合があります。
14531443
重要な例は、<code class="filename">configure</code>に渡す<code class="envar">CFLAGS</code><span class="application">gcc</span><code class="option">-Werror</code>オプションを含められないことです。なぜなら、そうすると<code class="filename">configure</code>の組み込みテストの多くが失敗するからです。
14541444
そのようなフラグを追加するには、<code class="filename">make</code>を実行する時に<code class="envar">COPT</code>環境変数に含めてください。
1455-
<code class="filename">configure</code>で設定された<code class="envar">CFLAGS</code>オプションと<code class="envar">LDFLAGS</code>オプションの両方に<code class="envar">COPT</code>の内容が追加されます。
1445+
<code class="filename">configure</code>で設定された<code class="envar">CFLAGS</code><code class="envar">CXXFLAGS</code><code class="envar">LDFLAGS</code>オプションに<code class="envar">COPT</code>の内容が追加されます。
14561446
例えば、以下のようにします。
1457-
《機械翻訳》<code class="filename">configure</code>によって選択されたセットの後にコンパイラフラグを追加すると便利な場合があります。
1458-
重要な例は、<code class="filename">configure</code>に渡される<code class="envar">CFLAGS</code><span class="application">gcc</span><code class="option">-Werror</code>オプションを含めることができないことです。
1459-
これは、<code class="filename">configure</code>の組み込みテストの多くに違反するためです。
1460-
このようなフラグを追加するには、<code class="filename">make</code>の実行中に<code class="envar">COPT</code>環境変数にフラグをincludeします。
1461-
<code class="envar">COPT</code>の内容は、<code class="filename">configure</code>によって設定された<code class="envar">CFLAGS</code><code class="envar">CXXFLAGS</code><code class="envar">LDFLAGS</code>オプションに追加されます。
1462-
例の場合は、あなたはできます。
14631447
</p><pre class="screen">
14641448
<strong class="userinput"><code>make COPT='-Werror'</code></strong>
14651449
</pre><p>

current/html/install-meson.html

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -450,14 +450,10 @@
450450
&lt;productname&gt;LLVM&lt;/productname&gt; is currently 14. Disabled by
451451
default.
452452
</span>
453-
《マッチ度[83.056478]》<span class="productname">LLVM</span>に基づいた<acronym class="acronym">JIT</acronym>コンパイル(<a class="xref" href="jit.html" title="第30章 実行時コンパイル(JIT)">第30章</a>を参照)のサポートを有効にして構築します。
453+
<span class="productname">LLVM</span>に基づいた<acronym class="acronym">JIT</acronym>コンパイル(<a class="xref" href="jit.html" title="第30章 実行時コンパイル(JIT)">第30章</a>を参照)のサポートを有効にして構築します。
454454
これには、<span class="productname">LLVM</span>ライブラリがインストールされている必要があります。
455-
<span class="productname">LLVM</span>の要求される最小のバージョンは現在10です
455+
<span class="productname">LLVM</span>の要求される最小のバージョンは現在14です
456456
デフォルトでは無効です。
457-
《機械翻訳》<span class="productname">LLVM</span>ベースの<acronym class="acronym">JIT</acronym>コンパイル用のサポートを持つビルド(<a class="xref" href="jit.html" title="第30章 実行時コンパイル(JIT)">第30章</a>を参照)。
458-
これには<span class="productname">LLVM</span>ライブラリがインストールされている必要があります。
459-
<span class="productname">LLVM</span>の最小必要バージョンは現在14です。
460-
デフォルトによって無効にされています。
461457
</p><p>
462458
<span class="original">
463459
&lt;command&gt;llvm-config&lt;/command&gt;&lt;indexterm&gt;&lt;primary&gt;llvm-config&lt;/primary&gt;&lt;/indexterm&gt;
@@ -629,35 +625,33 @@
629625
installation is sufficient before proceeding. The default for this
630626
option is auto.
631627
</span>
632-
《機械翻訳》OAuth 2.0ビルドフロー用のlibcurlサポートを備えたクライアント
633-
このバージョンにはlibcurl機能7.61.0以降が必要です。
634-
これを使用して構築すると、makeに必要なヘッダファイルとライブラリがチェックされ<span class="productname">Curl</span>インストールが十分な前処理であることが確認されます
628+
OAuth 2.0クライアントフロー用にlibcurlサポートを有効にして構築します
629+
この機能にはlibcurlバージョン7.61.0以降が必要です。
630+
この設定で構築すると、必要なヘッダファイルとライブラリがチェックされ<span class="productname">Curl</span>インストールが十分であるかどうかが確認されてから処理が続行されます
635631
このオプションのデフォルトは自動です。
636632
</p></dd><dt id="CONFIGURE-WITH-LIBURING-MESON"><span class="term"><code class="option">-Dliburing={ auto | enabled | disabled }</code></span> <a href="#CONFIGURE-WITH-LIBURING-MESON" class="id_link">#</a></dt><dd><p>
637633
<span class="original">
638634
Build with liburing, enabling io_uring support for asynchronous I/O.
639635
Defaults to auto.
640636
</span>
641-
《機械翻訳》ビルドとliburing、サポート入出力のためのio_uring非同期を有効にします
642-
デフォルトはautoです
637+
liburingを使用して構築し、非同期I/O用にio_uringサポートを有効にします
638+
デフォルトは自動です
643639
</p><p>
644640
<span class="original">
645641
To use a liburing installation that is in an unusual location, you
646642
can set &lt;command&gt;pkg-config&lt;/command&gt;-related environment
647643
variables (see its documentation).
648644
</span>
649-
《マッチ度[81.761006]》通常以外の場所にインストールしたlibxml2インストレーションを使用するためには、<code class="command">pkg-config</code>関連の環境変数を設定するか(そのドキュメントを参照してください)。
650-
《機械翻訳》通常とは異なる場所にあるインストールを使用するには、<code class="command">pkg-config</code>-関連の環境変数を設定します(文書を参照。
645+
通常以外の場所にインストールしたliburingインストレーションを使用するためには、<code class="command">pkg-config</code>関連の環境変数を設定します(そのドキュメントを参照してください)。
651646
</p></dd><dt id="CONFIGURE-WITH-LIBNUMA-MESON"><span class="term"><code class="option">-Dlibnuma={ auto | enabled | disabled }</code></span> <a href="#CONFIGURE-WITH-LIBNUMA-MESON" class="id_link">#</a></dt><dd><p>
652647
<span class="original">
653648
Build with libnuma support for basic NUMA support.
654649
Only supported on platforms for which the &lt;productname&gt;libnuma&lt;/productname&gt;
655650
library is implemented. The default for this option is auto.
656651
</span>
657-
《機械翻訳》ビルドと基本NUMAサポート
658-
<span class="productname">libnuma</span>サポートが実装されているプラットフォームでのみサポートされます
652+
基本NUMAサポート用にlibnumaサポートを有効にして構築します
653+
<span class="productname">libnuma</span>ライブラリが実装されているプラットフォームでのみサポートされます
659654
このオプションのデフォルトは自動です。
660-
ライブラリ
661655
</p></dd><dt id="CONFIGURE-WITH-LIBXML-MESON"><span class="term"><code class="option">-Dlibxml={ auto | enabled | disabled }</code></span> <a href="#CONFIGURE-WITH-LIBXML-MESON" class="id_link">#</a></dt><dd><p>
662656
<span class="original">
663657
Build with libxml2, enabling SQL/XML support. Defaults to
@@ -1095,8 +1089,7 @@
10951089
&lt;envar&gt;PG_TEST_EXTRA&lt;/envar&gt; environment variable is set when the
10961090
tests are run, it overrides this setup-time option.
10971091
</span>
1098-
《機械翻訳》追加のテストスイートを有効にします。
1099-
これらはデフォルトシステムで実行するセキュアではないためマルチユーザでは実行されず、特別なソフトを実行する必要があるか、リソースを大量に消費します。
1092+
追加のテストスイートを有効にします。これらは以下の理由からデフォルトでは実行されません。マルチユーザシステムでの実行が安全でない、実行に特別なソフトウェアを必要とする、またはリソースを大量に消費するためです。
11001093
引数は、有効にするテストの空白で区切られたリストです。
11011094
詳細は<a class="xref" href="regress-run.html#REGRESS-ADDITIONAL" title="31.1.3. 追加のテストスイート">31.1.3</a>を参照してください。
11021095
テストの実行時に<code class="envar">PG_TEST_EXTRA</code>環境変数が設定されると、このセットアップ時オプションは上書きされます。

0 commit comments

Comments
 (0)