Correct the referenced location of the RangeTblEntry definition
in the pg_overexplain documentation.
Backpatched to v18, where pg_overexplain was introduced.
Author: Julien Tachoires <julien@tachoires.me>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/
20251218092319.tht64ffmcvzqdz7u@poseidon.home.virt
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>