Re: Fix wrong reference in pg_overexplain's doc

Shixin Wang <wang-shi-xin@outlook.com>

From: Shixin Wang <wang-shi-xin@outlook.com>
To: Julien Tachoires <julien@tachoires.me>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-18T10:26:55Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. doc: Use proper tags in pg_overexplain documentation.

  2. doc: Fix incorrect reference in pg_overexplain documentation.

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