From: Fujii Masao Date: Mon, 22 Dec 2025 08:56:28 +0000 (+0900) Subject: doc: Fix incorrect reference in pg_overexplain documentation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d162435ab7a6d8f992009810dfe869cfdb9dd6;p=thirdparty%2Fpostgresql.git 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 Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/20251218092319.tht64ffmcvzqdz7u@poseidon.home.virt Backpatch-through: 18 --- diff --git a/doc/src/sgml/pgoverexplain.sgml b/doc/src/sgml/pgoverexplain.sgml index 377ddc8139e..0c8db13e4f0 100644 --- a/doc/src/sgml/pgoverexplain.sgml +++ b/doc/src/sgml/pgoverexplain.sgml @@ -186,7 +186,7 @@ LOAD 'pg_overexplain'; For more information about range table entries, see the definition of - RangeTblEntry in nodes/plannodes.h. + RangeTblEntry in nodes/parsenodes.h.