Fix wrong reference in pg_overexplain's doc

From: Julien Tachoires <julien(at)tachoires(dot)me>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Fix wrong reference in pg_overexplain's doc
Date: 2025-12-18 09:23:19
Message-ID: 20251218092319.tht64ffmcvzqdz7u@poseidon.home.virt
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

pg_overexplain's documentation mentions that the definition of
RangeTblEntry is in nodes/plannodes.h, which seems to be wrong as it
is defined in nodes/parsenodes.h. Please find a small patch fixing this.

Regards,

--
Julien Tachoires

Attachment Content-Type Size
v1-0001-Fix-wrong-reference-in-pg_overexplain-s-doc.patch text/x-diff 915 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2025-12-18 09:34:09 Re: Logical Replication of sequences
Previous Message Ashutosh Bapat 2025-12-18 09:15:29 Re: SQL Property Graph Queries (SQL/PGQ)