mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
doc: Fix incorrect reference in pg_overexplain documentation.
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
This commit is contained in:
parent
a7d06e74d5
commit
283e25a371
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue