Re: Fix wrong reference in pg_overexplain's doc

From: Shixin Wang <wang-shi-xin(at)outlook(dot)com>
To: Julien Tachoires <julien(at)tachoires(dot)me>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix wrong reference in pg_overexplain's doc
Date: 2025-12-18 10:26:55
Message-ID: 00EDD811-DC8E-496E-8390-BA18D537FDAB@outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

LGTM

The RangeTblEntry struct is indeed defined in parsenodes.h, not plannodes.h.
This patch corrects the incorrect reference.
All tests pass with make check-world.

Regards,
Shixin Wang

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2025-12-18 10:27:05 Re: RFC: adding pytest as a supported test framework
Previous Message John Naylor 2025-12-18 10:05:22 Re: [PATCH] Documentation