Re: Fix wrong reference in pg_overexplain's doc

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Julien Tachoires <julien(at)tachoires(dot)me>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix wrong reference in pg_overexplain's doc
Date: 2025-12-19 03:16:00
Message-ID: CAHGQGwFo6Md-S64wrc5kjoVq_kNAXxUWF_8K+oOOtEB9X01AZw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 18, 2025 at 6:23 PM Julien Tachoires <julien(at)tachoires(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2025-12-19 03:17:01 Re: pgsql: Add function to log the memory contexts of specified backend pro
Previous Message Chao Li 2025-12-19 03:00:54 Re: Switch buffile.c/h to use pgoff_t