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
<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>