pgsql: doc: Fix incorrect reference in pg_overexplain documentation.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix incorrect reference in pg_overexplain documentation.
Date: 2025-12-22 09:37:18
Message-ID: E1vXcLt-0024D2-2D@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)tachoires(dot)me>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/20251218092319.tht64ffmcvzqdz7u@poseidon.home.virt
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/283e25a37187b67e9ad88fef59e036140a615389

Modified Files
--------------
doc/src/sgml/pgoverexplain.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-12-22 19:07:08 pgsql: Add missing .gitignore for src/test/modules/test_cloexec.
Previous Message Fujii Masao 2025-12-22 09:37:03 pgsql: doc: Fix incorrect reference in pg_overexplain documentation.