From 0de7ad14663d7b99d61ed0c61b72713792f5fccb Mon Sep 17 00:00:00 2001 From: KenichiroTanaka Date: Thu, 16 Jan 2025 21:27:49 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8F=A5=E7=82=B9=E3=81=A8=E3=83=94=E3=83=AA?= =?UTF-8?q?=E3=82=AA=E3=83=89=E3=81=AE=E6=95=B0=E3=82=92=E5=90=88=E3=82=8F?= =?UTF-8?q?=E3=81=9B=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/custom-scan.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/custom-scan.sgml b/doc/src/sgml/custom-scan.sgml index 1c43f1628ff..3a1e4b30202 100644 --- a/doc/src/sgml/custom-scan.sgml +++ b/doc/src/sgml/custom-scan.sgml @@ -187,7 +187,7 @@ extern PGDLLIMPORT set_join_pathlist_hook_type set_join_pathlist_hook; by the planner as the best path for the joinrel. --> extra->restrictlistとして渡される結合に適用される結合句のセットは、内部と外部のリレーションの組み合わせによって異なることにも注意してください。 -joinrelに対して生成されるCustomPathパスには、使用する結合句の集合が含まれていなければなりません。このパスをプランナがjoinrelに対する最適パスとして選択した場合、これらはCustomPathパスをプランに変換するためにプランナによって使用されます。 +joinrelに対して生成されるCustomPathパスには、使用する結合句の集合が含まれていなければならず、このパスをプランナがjoinrelに対する最適パスとして選択した場合、これらはCustomPathパスをプランに変換するためにプランナによって使用されます。