doc: Fix incorrect reference in pg_overexplain documentation. master github/master
authorFujii Masao <[email protected]>
Mon, 22 Dec 2025 08:56:28 +0000 (17:56 +0900)
committerFujii Masao <[email protected]>
Mon, 22 Dec 2025 08:56:28 +0000 (17:56 +0900)
Correct the referenced location of the RangeTblEntry definition
in the pg_overexplain documentation.

Backpatched to v18, where pg_overexplain was introduced.

Author: Julien Tachoires <[email protected]>
Reviewed-by: Fujii Masao <[email protected]>
Discussion: https://postgr.es/m/20251218092319[email protected]
Backpatch-through: 18

doc/src/sgml/pgoverexplain.sgml

index 377ddc8139ecf2ef2348f74247a64ed780264583..0c8db13e4f0dd3ac031fae94f58916e2a1b1f054 100644 (file)
@@ -186,7 +186,7 @@ LOAD 'pg_overexplain';
 
   <para>
    For more information about range table entries, see the definition of
-   <literal>RangeTblEntry</literal> in <literal>nodes/plannodes.h</literal>.
+   <literal>RangeTblEntry</literal> in <literal>nodes/parsenodes.h</literal>.
   </para>
  </sect2>