Re: Fix wrong reference in pg_overexplain's doc - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Fix wrong reference in pg_overexplain's doc
Date
Msg-id CAHGQGwFo6Md-S64wrc5kjoVq_kNAXxUWF_8K+oOOtEB9X01AZw@mail.gmail.com
Whole thread Raw
In response to Fix wrong reference in pg_overexplain's doc  (Julien Tachoires <julien@tachoires.me>)
List pgsql-hackers
On Thu, Dec 18, 2025 at 6:23 PM Julien Tachoires <julien@tachoires.me> wrote:
>
> 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.

Thanks for the patch! It looks good to me.

Barring any objections, I'll commit it and backpatch to v18,
where pg_overexplain was introduced.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Switch buffile.c/h to use pgoff_t
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Add function to log the memory contexts of specified backend pro